netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net 0/3] ipv6: fix possible UAF in output paths
@ 2024-08-20 16:08 Eric Dumazet
  2024-08-20 16:08 ` [PATCH v2 net 1/3] ipv6: prevent UAF in ip6_send_skb() Eric Dumazet
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Eric Dumazet @ 2024-08-20 16:08 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Paolo Abeni
  Cc: David Ahern, netdev, eric.dumazet, Eric Dumazet

First patch fixes an issue spotted by syzbot, and the two
other patches fix error paths after skb_expand_head()
adoption.

v2: addressed David Ahern feedback on the third patch.

Eric Dumazet (3):
  ipv6: prevent UAF in ip6_send_skb()
  ipv6: fix possible UAF in ip6_finish_output2()
  ipv6: prevent possible UAF in ip6_xmit()

 net/ipv6/ip6_output.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
2.46.0.184.g6999bdac58-goog


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

end of thread, other threads:[~2024-08-22  0:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-20 16:08 [PATCH v2 net 0/3] ipv6: fix possible UAF in output paths Eric Dumazet
2024-08-20 16:08 ` [PATCH v2 net 1/3] ipv6: prevent UAF in ip6_send_skb() Eric Dumazet
2024-08-20 18:58   ` David Ahern
2024-08-20 16:08 ` [PATCH v2 net 2/3] ipv6: fix possible UAF in ip6_finish_output2() Eric Dumazet
2024-08-20 18:58   ` David Ahern
2024-08-20 16:08 ` [PATCH v2 net 3/3] ipv6: prevent possible UAF in ip6_xmit() Eric Dumazet
2024-08-20 18:58   ` David Ahern
2024-08-22  0:40 ` [PATCH v2 net 0/3] ipv6: fix possible UAF in output paths patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).