summaryrefslogtreecommitdiff
path: root/Documentation/git-verify-commit.txt
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2017-09-13 13:17:44 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-09-14 15:17:59 +0900
commit634eb82b1aa142e2743acd836447002fd9ebfa10 (patch)
treeaef8ef65d20c41f8757eb4994d87c473a66ebf73 /Documentation/git-verify-commit.txt
parentpkt-line: check write_in_full() errors against "< 0" (diff)
downloadtgif-634eb82b1aa142e2743acd836447002fd9ebfa10.tar.xz
notes-merge: use ssize_t for write_in_full() return value
We store the return value of write_in_full() in a long, though the return is actually an ssize_t. This probably doesn't matter much in practice (since the buffer size is alredy an unsigned long), but it might if the size if between what can be represented in "long" and "unsigned long", and if your size_t is larger than a "long" (as it is on 64-bit Windows). Signed-off-by: Jeff King <peff@peff.net> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-verify-commit.txt')
0 files changed, 0 insertions, 0 deletions