Merge branch 'jk/verify-packfile-gently'
commit5c2c2d4aeed92ce047e889f415b513e1ee6ac3de
authorJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 23:57:13 +0000 (29 16:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Sep 2016 23:57:13 +0000 (29 16:57 -0700)
treef64665074bea202486126ebad6559f98f9711c7e
parent4cff50b3fb50940e57dc10769b2f92d5cec1a05a
parenta9445d859e810cc193c1cdcb15fa684a5e9b7560
Merge branch 'jk/verify-packfile-gently'

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
pack-check.c