mirror of
https://github.com/git/git.git
synced 2024-11-27 20:14:30 +08:00
strbuf_readlink: use ssize_t
The return type of readlink() is ssize_t, not int. This probably doesn't matter in practice, as it would require a 2GB symlink destination, but it doesn't hurt to be careful. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
26114c00be
commit
f3e76ed228
Loading…
Reference in New Issue
Block a user