[Bug 282496] PF source tracking counter wrapping around

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 09 Jan 2025 16:21:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282496

--- Comment #7 from mkrzewicki@gmail.com <mkrzewicki@gmail.com> ---
Hi, I had some time to look further and devise a better fix (against
14.2-RELEASE). It seems pf_purge_expired_src_nodes(void) asserts the
src_node_lock and it was called with only the hashrow lock there. Added locking
in following patch:
https://github.com/mkrzewic/freebsd-src/commit/464b5b9e787fa972ea65bae58a277995e75151d0

-- 
You are receiving this mail because:
You are the assignee for the bug.