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)
Feb 26 2025, 11:46 AM
Unknown Object (File)
Feb 22 2025, 2:16 PM
Unknown Object (File)
Feb 22 2025, 2:02 PM
Unknown Object (File)
Feb 22 2025, 1:41 PM
Unknown Object (File)
Feb 9 2025, 3:50 AM
Unknown Object (File)
Jan 27 2025, 2:22 AM
Unknown Object (File)
Jan 26 2025, 4:15 AM
Unknown Object (File)
Jan 26 2025, 2:59 AM

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