]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/apply-binary-hunk-parsing-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Aug 2021 23:06:04 +0000 (16:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Aug 2021 23:06:04 +0000 (16:06 -0700)
commit7e3b9d15344fa5a09fe5c70270c9f2c2f75d0f90
treeccd77cab4aa38b32c5b6caddbc4850dd5aac014c
parente1eb13347610bd5b062377f2e8d7f807c6e89d07
parent46d723ce57f2dd3c50504dc6f4ca73b4c392fa6f
Merge branch 'jk/apply-binary-hunk-parsing-fix'

"git apply" miscounted the bytes and failed to read to the end of
binary hunks.

* jk/apply-binary-hunk-parsing-fix:
  apply: keep buffer/size pair in sync when parsing binary hunks
apply.c
t/t4103-apply-binary.sh