Revision f7f0a87e0a27a1baaf782af7cec18fd23fdf35de authored by Junio C Hamano on 11 October 2016, 21:21:03 UTC, committed by Junio C Hamano on 11 October 2016, 21:21:03 UTC
Codepaths that read from an on-disk loose object were too loose in
validating what they are reading is a proper object file and
sometimes read past the data they read from the disk, which has
been corrected.  H/t to Gustavo Grieco for reporting.

* jc/verify-loose-object-header:
  unpack_sha1_header(): detect malformed object header
  streaming: make sure to notice corrupt object
2 parent s 0bc409d + d21f842
History
File Mode Size
Git
.gitignore -rw-r--r-- 79 bytes
Git.pm -rw-r--r-- 45.6 KB
Makefile -rw-r--r-- 2.2 KB
Makefile.PL -rw-r--r-- 1.6 KB
private-Error.pm -rw-r--r-- 18.6 KB

back to top