CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/27 10:58:44
Modified files:
sys/netinet : ip_ipsp.c
Log message:
The crypto layer needs the kernel lock. ah_zeroize() takes it when
called from tdb_walk(). tdb_walk() needs mutex tdb_sadb_mtx to
protect the loop traversal. First take the kernel lock in tdb_walk()
to preserve lock order.
found by witness
OK tobhe@ mvs@
