CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/25 06:35:17
Modified files:
sys/netinet6 : ip6_input.c
Log message:
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@
