mbox series

[v2,0/2] Harden url.c URL-decoding logic

Message ID cover.1559670300.git.matvore@google.com (mailing list archive)
Headers show
Series Harden url.c URL-decoding logic | expand

Message

Matthew DeVore June 4, 2019, 5:57 p.m. UTC
This roll-up includes simple but important fixes from Brian Carlson and René
Scharfe.

 - fix typo of "NUL" in commit heading
 - re-enable %-decoding in non-NULL-terminated strings

Matthew DeVore (2):
  url: do not read past end of buffer
  url: do not allow %00 to represent NUL in URLs

 url.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Matthew DeVore June 4, 2019, 9:13 p.m. UTC | #1
First message had incorrect recipient list. Re-sending with non-typo'd Jeff's
e-mail address.

Someone also politely reminded me off-band that I should make subsequent
versions of patchsets be respond-to on the cover-letter of v1 of that patchset.
I will do that from next time.