freebsd-dev/sys/netpfil
Kristof Provost 15b82e00a1 pf: pool/kpool conversion code
stuct pf_pool and struct pf_kpool are different. We should not simply
bcopy() them.

Happily it turns out that their differences were all pointers, and the
userspace provided pointers were overwritten by the kernel, so this did
actually work correctly, but we should fix it anyway.

Reviewed by:	glebius
MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D29216
2021-03-16 10:30:28 +01:00
..
ipfw Fix a few typos in comments 2021-03-13 16:37:28 +01:00
pf pf: pool/kpool conversion code 2021-03-16 10:30:28 +01:00