[PATCH v2 net-next 0/2] ipv6: frags: adopt __in6_dev_stats_get() a bit more
From: Eric Dumazet <edumazet@google.com>
Date: 2026-05-26 14:55:32
From: Eric Dumazet <edumazet@google.com>
Date: 2026-05-26 14:55:32
First patch addresses Sashiko's feedback about a potential NULL dereference in __in6_dev_stats_get(). Second patch adopts __in6_dev_stats_get() in net/ipv6/reassembly.c. Eric Dumazet (2): ipv6: guard against possible NULL deref in __in6_dev_stats_get() ipv6: frags: cleanup __IP6_INC_STATS() confusion include/net/addrconf.h | 5 ++++- net/ipv6/reassembly.c | 46 +++++++++++++++++++----------------------- 2 files changed, 25 insertions(+), 26 deletions(-) -- 2.54.0.746.g67dd491aae-goog