diff options
author | Jim Meyering <jim@meyering.net> | 2011-05-26 15:54:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-26 11:07:52 -0700 |
commit | 5743350f696745a48dfe7976c98dc8eb5c842d72 (patch) | |
tree | 25de41a88ebaa9217b2493d1b0eca7aa88ef8acb /Documentation/RelNotes/1.7.0.7.txt | |
parent | Merge branch 'jk/git-connection-deadlock-fix' into maint-1.7.4 (diff) | |
download | tgif-5743350f696745a48dfe7976c98dc8eb5c842d72.tar.xz |
rerere.c: diagnose a corrupt MERGE_RR when hitting EOF between TAB and '\0'
If we reach EOF after the SHA1-then-TAB, yet before the NUL that
terminates each file name, we would fill the file name buffer with \255
bytes resulting from the repeatedly-failing fgetc (returns EOF/-1) and
ultimately complain about "filename too long", because no NUL was
encountered.
Signed-off-by: Jim Meyering <jim@meyering.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.0.7.txt')
0 files changed, 0 insertions, 0 deletions