]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/pack-header-lshift-overflow'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:08 +0000 (14:35 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Dec 2021 22:35:08 +0000 (14:35 -0800)
commit2d5b70de2d285ed938877c0d9f869ab062037a3b
treee483e82bca1606446972fc970170a9d4fab7bc4e
parenta0f3df5d64b146a52152ca9f41164b5353635a04
parent34de5b8eac2743497bc1785f661b4184adce21f3
Merge branch 'jt/pack-header-lshift-overflow'

The code to decode the length of packed object size has been
corrected.

* jt/pack-header-lshift-overflow:
  packfile: avoid overflowing shift during decode
packfile.c