freebsd-dev/sys/netpfil
Kristof Provost 48767d8734 pfsync: fix memory leak
The recent refactoring to prepare for pfsync over IPv6 introduced a
memory leak.
If we don't have a sync peer configured we return early (without sending
out a packet), but failed to free the newly allocated packet.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2022-11-15 12:13:11 +01:00
..
ipfilter/netinet ipfilter: Cast uintmax_t values to size_t when adding to a pointer. 2022-09-28 13:58:34 -07:00
ipfw ipfw: Spell PFIL_PASS correctly. 2022-11-14 12:20:19 +01:00
pf pfsync: fix memory leak 2022-11-15 12:13:11 +01:00