Page MenuHomeFreeBSD

pf: still one leak in here so switch all to M_NVLIST
ClosedPublic

Authored by franco_opnsense.org on Jun 2 2022, 12:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 9 2025, 6:36 AM
Unknown Object (File)
Feb 8 2025, 11:42 PM
Unknown Object (File)
Feb 8 2025, 2:25 AM
Unknown Object (File)
Feb 7 2025, 9:16 PM
Unknown Object (File)
Jan 19 2025, 8:53 AM
Unknown Object (File)
Jan 14 2025, 10:29 AM
Unknown Object (File)
Jan 14 2025, 10:29 AM
Unknown Object (File)
Jan 14 2025, 10:28 AM

Details

Summary

syncookie still leaks nvlist likely through nvlist_pack().
To avoid future issues (also due to copy/paste) move all
remaining uses of M_TEMP to M_NVLIST as well where appropriate.

Test Plan

Diff Detail

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