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)
Thu, May 15, 10:11 AM
Unknown Object (File)
Apr 24 2025, 2:36 AM
Unknown Object (File)
Apr 20 2025, 10:00 AM
Unknown Object (File)
Apr 19 2025, 5:48 AM
Unknown Object (File)
Apr 17 2025, 10:04 AM
Unknown Object (File)
Apr 17 2025, 3:40 AM
Unknown Object (File)
Mar 25 2025, 8:45 AM
Unknown Object (File)
Mar 21 2025, 9:45 PM

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