Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Nov 2023 23:56:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 274875] A possible null-pointer dereference caused by a data race in sys/geom/gate/g_gate.c
Message-ID:  <bug-274875-227-FWTyIOUyla@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274875-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274875-227@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=3D274875

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
The geom topology lock synchronizes relevant accesses to sc->sc_readcons.  =
In
particular, dumpconf is invoked with the topology lock held, and this lock =
is
also held when clearing sc_readcons.  Why do you think that there is a race?

--=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-274875-227-FWTyIOUyla>