https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255971

Kristof Provost <k...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
           Assignee|p...@freebsd.org              |k...@freebsd.org

--- Comment #14 from Kristof Provost <k...@freebsd.org> ---
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.
_______________________________________________
freebsd-pf@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"

Reply via email to