Merge branch 'jk/verify-packfile-gently'
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 23:57:13 +0000 (16:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 23:57:13 +0000 (16:57 -0700)
A low-level function verify_packfile() was meant to show errors
that were detected without dying itself, but under some conditions
it didn't and died instead, which has been fixed.

* jk/verify-packfile-gently:
verify_packfile: check pack validity before accessing data

1  2 
pack-check.c
diff --cc pack-check.c
Simple merge