[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6982ff56.a00a0220.34fa92.000c.GAE@google.com>
Date: Wed, 04 Feb 2026 00:12:06 -0800
From: syzbot <syzbot+cb809def1baaac68ab92@...kaller.appspotmail.com>
To: linux-kernel@...r.kernel.org
Subject: Forwarded: Test for cb809def1baaac68ab92
For archival purposes, forwarding an incoming command email to
linux-kernel@...r.kernel.org.
***
Subject: Test for cb809def1baaac68ab92
Author: syoshida@...hat.com
#syz test
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c
index 2111af022d94..c6439e30e892 100644
--- a/net/ipv6/ip6_fib.c
+++ b/net/ipv6/ip6_fib.c
@@ -1138,7 +1138,8 @@ static int fib6_add_rt2node(struct fib6_node *fn, struct fib6_info *rt,
fib6_set_expires(iter, rt->expires);
fib6_add_gc_list(iter);
}
- if (!(rt->fib6_flags & (RTF_ADDRCONF | RTF_PREFIX_RT))) {
+ if (!(rt->fib6_flags & (RTF_ADDRCONF | RTF_PREFIX_RT)) &&
+ !iter->fib6_nh->fib_nh_gw_family) {
iter->fib6_flags &= ~RTF_ADDRCONF;
iter->fib6_flags &= ~RTF_PREFIX_RT;
}
Powered by blists - more mailing lists