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, Oct 31, 1:37 PM
Unknown Object (File)
Thu, Oct 31, 1:37 PM
Unknown Object (File)
Thu, Oct 31, 1:22 PM
Unknown Object (File)
Fri, Oct 18, 10:18 AM
Unknown Object (File)
Thu, Oct 17, 12:25 PM
Unknown Object (File)
Wed, Oct 16, 8:43 PM
Unknown Object (File)
Mon, Oct 14, 8:30 PM
Unknown Object (File)
Mon, Oct 14, 8:30 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