Merge branch 'bc/push-cert-receive-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Mar 2017 21:25:55 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Mar 2017 21:25:55 +0000 (14:25 -0700)
commit4f49b383e2c7d1b5db49262bdb246401ee047748
tree0a8ca4171ecfbc0d2c7c5f62741240779f5ab716
parent8383c6c088976c3058b851b780d4045d3b46738e
parentf2214dede950e506d7637744599ef27b149bbda1
Merge branch 'bc/push-cert-receive-fix' into next

"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