Re: [PATCH v2 0/2] Harden url.c URL-decoding logic

2019-06-04 Thread Matthew DeVore
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.

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

2019-06-04 Thread Matthew DeVore
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 |