Files
linux/include/net
Eric Dumazet c38b8f5f79 net: prevent NULL deref in ip[6]tunnel_xmit()
Blamed commit missed that both functions can be called with dev == NULL.

Also add unlikely() hints for these conditions that only fuzzers can hit.

Fixes: 6f1a9140ec ("net: add xmit recursion limit to tunnel xmit functions")
Signed-off-by: Eric Dumazet <edumazet@google.com>
CC: Weiming Shi <bestswngs@gmail.com>
Link: https://patch.msgid.link/20260312043908.2790803-1-edumazet@google.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2026-03-12 16:03:41 +01:00
..
2025-11-03 16:49:53 +09:00
2025-07-08 18:05:25 -07:00
2025-08-26 17:34:31 -07:00
2025-09-03 15:16:49 -07:00
2026-01-21 19:28:32 -08:00
2026-01-13 10:12:11 +01:00
2025-09-18 12:32:06 +02:00
2025-09-03 15:08:20 -07:00
2025-07-04 09:32:35 +02:00
2025-09-08 18:06:21 -07:00
2025-07-11 11:00:57 -07:00
2026-02-10 20:21:48 -08:00