Date: Wed, 02 Apr 2025 14:54:59 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 285813] Panic (NULL deref) in arptimer Message-ID: <bug-285813-7501-Of7aplxaes@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-285813-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-285813-7501@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=3D285813 --- Comment #6 from Mark Johnston <markj@FreeBSD.org> --- (In reply to Peter Blok from comment #5) The problem isn't in the rwlock code. The value of the lock is RW_DESTROYE= D, i.e., the lock is in an invalid state, and yet arptimer() is trying to lock= it anyway. That represents a bug in the ARP/l2addr code. Which revision of stable/14 were you running when the crash happened? --=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-285813-7501-Of7aplxaes>
