Page MenuHomeFreeBSD

pf: Fix memory leak on vnet shutdown or unload
ClosedPublic

Authored by kp on Mar 17 2017, 5:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 20, 9:22 PM
Unknown Object (File)
Mon, Apr 14, 11:27 AM
Unknown Object (File)
Mon, Apr 14, 6:57 AM
Unknown Object (File)
Sun, Apr 13, 11:12 PM
Unknown Object (File)
Sun, Apr 13, 8:58 PM
Unknown Object (File)
Mar 23 2025, 11:05 AM
Unknown Object (File)
Mar 20 2025, 9:25 PM
Unknown Object (File)
Mar 17 2025, 9:48 AM
Subscribers

Details

Summary

Rules are unlinked in shutdown_pf(), so we must call
pf_unload_vnet_purge(), which frees unlinked rules, after that, not
before.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 17 2017, 10:02 PM
bz added a subscriber: bz.

It is unclear to me why I had chosen the different order in r302156 but on a quick glance this looks OK.

This revision was automatically updated to reflect the committed changes.