https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255971
Kristof Provost <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|[email protected] |[email protected] --- Comment #14 from Kristof Provost <[email protected]> --- Okay, I'm starting to make sense of this. pfctl -sr leaks memory on every invocation. I was confused by DIOCGETRULE, because it's not that call. It's DIOCGETRULENV, but the pfctl error message is still DIOCGETRULE. That also means that 13.0 is not affected (yay!). DIOCGETRULENV is relatively new code, but I don't see an obvious leak path right now. At least it's trivial to reproduce, so we'll get there in the next couple of days. You'll probably want to stop calling `pfctl -sr` or `pfctl -sa` for now. That'll mitigate your freezing issue until we can figure the leak out and fix it. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[email protected]"
