Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Apr 2025 14:39:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 285813] Panic (NULL deref) in arptimer
Message-ID:  <bug-285813-7501-aBOXcMkE0L@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 #5 from Peter Blok <peter.blok@bsd4all.org> ---
I didn't realize that the owner was expected in the high order bits of v, b=
ut
was 0 in this case. In other place where TD_IS_RUNNING was called, it teste=
d if
the owner was MTX_UNOWNED

(v !=3D MTX_UNOWNED && TD_IS_RUNNING(owner))

Could that be missing here?

--=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-aBOXcMkE0L>