]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ah/uninitialized-reads-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 8 Jul 2021 20:14:58 +0000 (13:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Jul 2021 20:14:59 +0000 (13:14 -0700)
commit1d38852b115983a3bd83b2ae61398826f86b5948
tree2d0c55a86c66e3d10e971967fada4a4c987e85b3
parent7e242013652525e6d8e0ee73bfb85ecaeab700ea
parent4dbc55e87da408e746888d0e65064a87bf8eb8b5
Merge branch 'ah/uninitialized-reads-fix'

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