Merge branch 'sr/gpg-interface-stop-at-the-end'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:23 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:23 +0000 (13:59 -0700)
A codepath that reads from GPG for signed object verification read
past the end of allocated buffer, which has been fixed.

* sr/gpg-interface-stop-at-the-end:
gpg-interface: do not scan past the end of buffer

Trivial merge