OpenBSD cvs log

created 2020-01-29T00:31:29Z
begin 2019-11-26T18:23:48Z
end 2019-11-26T18:50:29Z
path src/sys
commits 1

date 2019-11-26T18:50:29Z
author sashan
files src/sys/net/pf_ioctl.c log diff annotate
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@