All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] Fix two further potential unbounded recursions in GUE error handlers
@ 2019-01-03 20:43 Stefano Brivio
  2019-01-03 20:43 ` [PATCH net 1/2] fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite Stefano Brivio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefano Brivio @ 2019-01-03 20:43 UTC (permalink / raw)
  To: David S. Miller
  Cc: syzbot, Willem de Bruijn, Eric Dumazet, Alexey Kuznetsov,
	Hideaki YOSHIFUJI, Dmitry Vyukov, syzkaller-bugs, linux-kernel,
	netdev

Patch 1/2 takes care of preventing the issue fixed by commit 11789039da53
("fou: Prevent unbounded recursion in GUE error handler") also with
UDP-Lite payloads -- I just realised this might happen from a syzbot
report.

Patch 2/2 fixes the issue for both UDP and UDP-Lite on IPv6, which I also
forgot to deal with in that same commit.

Stefano Brivio (2):
  fou: Prevent unbounded recursion in GUE error handler also with
    UDP-Lite
  fou6: Prevent unbounded recursion in GUE error handler

 net/ipv4/fou.c  | 3 ++-
 net/ipv6/fou6.c | 8 ++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

-- 
2.20.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-03 20:43 [PATCH net 0/2] Fix two further potential unbounded recursions in GUE error handlers Stefano Brivio
2019-01-03 20:43 ` [PATCH net 1/2] fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite Stefano Brivio
2019-01-03 20:43 ` [PATCH net 2/2] fou6: Prevent unbounded recursion in GUE error handler Stefano Brivio
2019-01-04 21:06 ` [PATCH net 0/2] Fix two further potential unbounded recursions in GUE error handlers David Miller

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.