CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/06 11:06:24
Modified files:
sys/kern : kern_sysctl.c
Log message:
Add forgotten NET_UNLOCK_SHARED() in FILLINPTABLE().
My previous fix in rev 1.474 was incomplete. Also unlock the net
lock in the continue path of the in_pcb_iterator() loop.
Reported-by: [email protected]
Reported-by: [email protected]
