freebsd-nq/sys/netpfil
Kristof Provost cb13059663 pf: fix pagefault in pf_getstatus()
We can't copyout() while holding a lock, in case it triggers a page
fault.
Release the lock before copyout, which is safe because we've already
copied all the data into the nvlist.

PR:		258601
Reviewed by:	mjg
MFC after:	1 week
Sponsored by:	Modirum MDPay
Differential Revision:	https://reviews.freebsd.org/D32076
2021-09-23 21:56:59 +02:00
..
ipfw dummynet: remove unused definitions 2021-09-08 17:18:00 +02:00
pf pf: fix pagefault in pf_getstatus() 2021-09-23 21:56:59 +02:00