]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'md/url-parse-harden'
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 18:24:12 +0000 (11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 18:24:12 +0000 (11:24 -0700)
The URL decoding code has been updated to avoid going past the end
of the string while parsing %-<hex>-<hex> sequence.

* md/url-parse-harden:
  url: do not allow %00 to represent NUL in URLs
  url: do not read past end of buffer


Trivial merge