For a long time ip_ours() and ip6_ours() are calling ip_deliver()
authorbluhm <bluhm@openbsd.org>
Sat, 25 Dec 2021 13:35:17 +0000 (13:35 +0000)
committerbluhm <bluhm@openbsd.org>
Sat, 25 Dec 2021 13:35:17 +0000 (13:35 +0000)
commit98e6f338a8100cd1675dcf413751001fca3a3885
treedf2fcc1ea1bbac12847ffa08d7fdec2b65c8cfe5
parent1ee5d7ed8424e2613917fec54223437acaff3ed5
For a long time ip_ours() and ip6_ours() are calling ip_deliver()
without kernel lock.  Unlock the two callers in ip6_input_if() that
have been forgotten.
OK mvs@ kn@
sys/netinet6/ip6_input.c