]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/push-cert-receive-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Mar 2017 21:07:18 +0000 (14:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Mar 2017 21:07:18 +0000 (14:07 -0700)
commite711824c5ec4eb65f5022c75f33a4c5f0b157b65
tree644d29b14f42709c75f1da37a5d9fdd4036d4197
parentcd49f9bfb8c23621f618d110f2b95853728be2ba
parentf2214dede950e506d7637744599ef27b149bbda1
Merge branch 'bc/push-cert-receive-fix'

"git receive-pack" could have been forced to die by attempting
allocate an unreasonably large amount of memory with a crafted push
certificate; this has been fixed.

* bc/push-cert-receive-fix:
  builtin/receive-pack: fix incorrect pointer arithmetic
builtin/receive-pack.c