mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 06:17:02 +00:00
![]() The credentials callback reads the username and password via scanf into fixed-length arrays. While these are simply examples and as such not as interesting, the unchecked return value of scanf causes GCC to emit warnings. So while we're busy to shut up GCC, we also fix the possible overflow of scanf by using getline instead. |
||
---|---|---|
.. | ||
.gitignore | ||
clone.c | ||
common.c | ||
common.h | ||
fetch.c | ||
git2.c | ||
index-pack.c | ||
ls-remote.c | ||
Makefile |