Date: Thu, 09 Jan 2025 16:21:28 +0000 From: bugzilla-noreply@freebsd.org To: pf@FreeBSD.org Subject: [Bug 282496] PF source tracking counter wrapping around Message-ID: <bug-282496-16861-RjipGt93aB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282496-16861@https.bugs.freebsd.org/bugzilla/> References: <bug-282496-16861@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282496 --- 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 loc= king in following patch: https://github.com/mkrzewic/freebsd-src/commit/464b5b9e787fa972ea65bae58a27= 7995e75151d0 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282496-16861-RjipGt93aB>