All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Harden url.c URL-decoding logic
@ 2019-06-04 17:57 Matthew DeVore
  2019-06-04 17:57 ` [PATCH v2 1/2] url: do not read past end of buffer Matthew DeVore
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Matthew DeVore @ 2019-06-04 17:57 UTC (permalink / raw)
  To: git; +Cc: Matthew DeVore, sandals, jeffhostetler, l.s.r, gitster, spearce,
	jrn

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(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-04 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04 17:57 [PATCH v2 0/2] Harden url.c URL-decoding logic Matthew DeVore
2019-06-04 17:57 ` [PATCH v2 1/2] url: do not read past end of buffer Matthew DeVore
2019-06-04 20:27   ` Junio C Hamano
2019-06-04 17:57 ` [PATCH v2 2/2] url: do not allow %00 to represent NUL in URLs Matthew DeVore
2019-06-04 21:13 ` [PATCH v2 0/2] Harden url.c URL-decoding logic Matthew DeVore

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.