CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/09 16:37:54
Modified files:
sys/net : pf_ioctl.c
Log message:
pfsync_state_import() must not be called with the pf state lock held,
since the actual modification of the state table is done by a call to
pf_state_insert(), which takes the pf state lock itself. Other calls
to pfsync_state_import() also only have the pf lock.
Reported-by: [email protected]
ok bluhm@
