]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'vd/fix-unaligned-read-index-v4' into maint-2.38
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2022 00:11:32 +0000 (17:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2022 00:11:32 +0000 (17:11 -0700)
The codepath that reads from the index v4 had unaligned memory
accesses, which has been corrected.

* vd/fix-unaligned-read-index-v4:
  read-cache: avoid misaligned reads in index v4


Trivial merge