Merge branch 'ah/uninitialized-reads-fix' into jch
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Jun 2021 02:26:20 +0000 (11:26 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jun 2021 02:26:20 +0000 (11:26 +0900)
commit4fa787b56bb52cadcb5c3cf30cbefa160ec208f5
tree1732be1e0e1dc08a8330427d9b7170666b7899f5
parentdac4eb2c078017b5c0ab51932245ab912e3c5ba4
parent4dbc55e87da408e746888d0e65064a87bf8eb8b5
Merge branch 'ah/uninitialized-reads-fix' into jch

Make the codebase MSAN clean.

* ah/uninitialized-reads-fix:
  builtin/checkout--worker: zero-initialise struct to avoid MSAN complaints
  split-index: use oideq instead of memcmp to compare object_id's
  bulk-checkin: make buffer reuse more obvious and safer