]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: fix a typo in fib6_rule_lookup()
authorEric Dumazet <edumazet@google.com>
Thu, 19 Sep 2019 17:12:36 +0000 (10:12 -0700)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Sat, 21 Sep 2019 02:17:57 +0000 (19:17 -0700)
commit3b4611f4234aa9b042d6b50c4af32f6009ce4d66
treedd49a20e69a34cf61fac748463b70551549e15b9
parentbf58239c1baa1914bf0a50401a77c5a5a0788c84
ipv6: fix a typo in fib6_rule_lookup()

Yi Ren reported an issue discovered by syzkaller, and bisected
to the cited commit.

Many thanks to Yi, this trivial patch does not reflect the patient
work that has been done.

Fixes: 35614498d54b ("ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logic")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Wei Wang <weiwan@google.com>
Bisected-and-reported-by: Yi Ren <c4tren@gmail.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
net/ipv6/ip6_fib.c