freebsd-dev/sys/netpfil
Kristof Provost b4b8fa3387 pf: Fix memory leak in DIOCRADDTABLES
If a user attempts to add two tables with the same name the duplicate table
will not be added, but we forgot to free the duplicate table, leaking memory.
Ensure we free the duplicate table in the error path.

Reported by:	Coverity
CID:		1382111
MFC after:	3 weeks
2018-03-19 21:13:25 +00:00
..
ipfw Do not try to reassemble IPv6 fragments in "reass" rule. 2018-03-12 09:40:46 +00:00
pf pf: Fix memory leak in DIOCRADDTABLES 2018-03-19 21:13:25 +00:00