opnsense-src/sys/netpfil
Franco Fichtner 4f9d5dcc45 pf: fix more syncookie memory leaks
Allocate memory for packed nvlists in M_NVLIST, as nvlist_pack() does
this as well, and we use the same variable interchangable with the
memory we allocate. When we free it we can end up freeing from the wrong
zone, leaking memory.

Reviewed by:	kp
Differential Revision:	https://reviews.freebsd.org/D35385

(cherry picked from commit a37e0e6de6)
2022-06-06 09:01:34 +02:00
..
ipfilter/netinet netpfil: Remove a double word in a source code comment 2022-04-14 08:11:51 +02:00
ipfw ipfw: fix matching and setting DSCP value for IPv6 2022-04-18 12:15:46 +03:00
pf pf: fix more syncookie memory leaks 2022-06-06 09:01:34 +02:00