OSDN Git Service

Merge branch 'jk/verify-packfile-gently' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Oct 2016 21:21:35 +0000 (14:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Oct 2016 21:21:36 +0000 (14:21 -0700)
commit6823506f364cd02589dd4485108516bd6bea8d9e
tree42a6c512d13457599649facd0e1d6a5f487c1771
parentfdb70b16a006f82b65fb92995886a074c829f587
parenta9445d859e810cc193c1cdcb15fa684a5e9b7560
Merge branch 'jk/verify-packfile-gently' into maint

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