freebsd-dev/sys/netpfil/pf
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
..
if_pflog.c if_clone: migrate some consumers to the new KPI. 2022-09-22 12:30:09 +00:00
if_pfsync.c pfsync: fix memory leak 2022-11-15 12:13:11 +01:00
in4_cksum.c
pf_altq.h pf: qid and pqid can be uint16_t 2021-09-10 17:07:57 +02:00
pf_if.c pf: Reduce diffs against OpenBSD in pf_if.c 2022-08-20 11:52:05 -04:00
pf_ioctl.c pf: bridge-to 2022-11-02 15:45:23 +01:00
pf_lb.c pf: partially depessimize pf_match_translation 2022-09-09 17:03:55 +00:00
pf_mtag.h pf: tag dummynet'd route-to packets with their real destination 2022-05-12 21:50:10 +02:00
pf_norm.c pf: remove unused variables 2021-11-23 16:44:37 +01:00
pf_nv.c pf: bridge-to 2022-11-02 15:45:23 +01:00
pf_nv.h pf: Initial Ethernet level filtering code 2022-03-02 17:00:03 +01:00
pf_osfp.c
pf_ruleset.c pf: add anchor support for ether rules 2022-03-02 17:00:07 +01:00
pf_syncookies.c pf: fix more syncookie memory leaks 2022-06-02 20:17:25 +02:00
pf_table.c pf: counter argument to pfr_pool_get() may never be NULL 2022-04-21 17:59:45 +02:00
pf.c pf: bridge-to 2022-11-02 15:45:23 +01:00
pf.h pf: import pf_set_protostate() from OpenBSD 2021-09-01 12:02:19 +02:00
pfsync_nv.c pfsync: prepare code to accommodate AF_INET6 family 2022-11-09 21:06:07 +01:00
pfsync_nv.h pfsync: prepare code to accommodate AF_INET6 family 2022-11-09 21:06:07 +01:00