]> asedeno.scripts.mit.edu Git - linux.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)
commit7b09c2d052db4b4ad0b27b97918b46a7746966fa
treedd49a20e69a34cf61fac748463b70551549e15b9
parentb41d936b5ecfdb3a4abc525ce6402a6c49cffddc
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: d64a1f574a29 ("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