Page MenuHomeFreeBSD

pf: fix potential memory leaks in pf_create_state()
ClosedPublic

Authored by kp on Sep 7 2024, 9:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 27, 7:09 AM
Unknown Object (File)
Sun, Oct 26, 4:40 PM
Unknown Object (File)
Fri, Oct 24, 3:56 AM
Unknown Object (File)
Fri, Oct 24, 3:56 AM
Unknown Object (File)
Fri, Oct 24, 3:56 AM
Unknown Object (File)
Fri, Oct 24, 3:39 AM
Unknown Object (File)
Sun, Oct 19, 2:04 AM
Unknown Object (File)
Sep 21 2025, 1:25 PM

Details

Summary

If we fail to init TCP (or SCTP) initialization we have to remember to free
state keys as well. They will not be freed for us when we free the state until
we've inserted the state (i.e. pf_insert_state()).

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable