]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'md/url-parse-harden' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:13 +0000 (14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:13 +0000 (14:27 -0700)
commitd7267d55ef03c5b496901e2addf2f0a5da0f9cc3
treeea260d71d1d8f240d91e5c17b3684ed2cc1eaaf4
parent167d02aa5841cfc820c668efb3cb9d382c311767
parentd37dc239a427a367427f9c4fdf12a148ad811968
Merge branch 'md/url-parse-harden' into maint

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