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)
Sat, May 11, 11:08 AM
Unknown Object (File)
Sat, May 11, 10:07 AM
Unknown Object (File)
Sat, May 11, 10:06 AM
Unknown Object (File)
Fri, May 10, 9:33 PM
Unknown Object (File)
Tue, May 7, 3:20 AM
Unknown Object (File)
Mon, May 6, 12:20 AM
Unknown Object (File)
Apr 18 2024, 7:11 PM
Unknown Object (File)
Mar 29 2024, 10:42 PM
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.