Files
linux/net/ipv4
Eric Dumazet 029935507d arp: do not assume dev_hard_header() does not change skb->head
[ Upstream commit c92510f5e3f82ba11c95991824a41e59a9c5ed81 ]

arp_create() is the only dev_hard_header() caller
making assumption about skb->head being unchanged.

A recent commit broke this assumption.

Initialize @arp pointer after dev_hard_header() call.

Fixes: db5b4e39c4e6 ("ip6_gre: make ip6gre_header() robust")
Reported-by: syzbot+58b44a770a1585795351@syzkaller.appspotmail.com
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260107212250.384552-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-01-17 16:29:59 +01:00
..
2023-05-31 13:06:57 +02:00
2024-12-09 10:32:10 +01:00
2025-11-24 10:30:05 +01:00
2024-09-18 19:24:09 +02:00
2026-01-11 15:21:06 +01:00
2025-02-08 09:52:02 +01:00
2026-01-17 16:29:58 +01:00
2022-09-20 10:21:49 -07:00
2022-12-20 03:13:45 +01:00
2022-11-16 09:43:35 +00:00
2025-04-10 14:37:40 +02:00
2023-11-20 11:58:56 +01:00