CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/26 11:50:29
Modified files:
sys/net : pf_ioctl.c
Log message:
fix kernel crash in pf_ioctl with WITH_PF_LOCK and NET_TASKQ > 1
the problem was introduced with a "mechanical" patch, which
replaced all "breaks;" with "PF_UNLOCK(); break;" This is wrong
for case of DIOCGETRULESETS.
issue analyzed and patch created by Joerg Goltermann <[email protected]>
OK tb@
