From: Junio C Hamano Date: Thu, 25 Jul 2019 21:27:13 +0000 (-0700) Subject: Merge branch 'md/url-parse-harden' into maint X-Git-Tag: v2.23.0-rc0~6^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d7267d55ef03c5b496901e2addf2f0a5da0f9cc3?hp=-c 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 %-- sequence. * md/url-parse-harden: url: do not allow %00 to represent NUL in URLs url: do not read past end of buffer --- d7267d55ef03c5b496901e2addf2f0a5da0f9cc3