Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 16:50:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 251915] TOCTOU race between tty_signal_sessleader() and killjobc()
Message-ID:  <bug-251915-227-aQuwIqqK0g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251915-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251915-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=3D251915

--- Comment #2 from Jakub Piecuch <j.piecuch96@gmail.com> ---
(In reply to Konstantin Belousov from comment #1)
I see. This should solve the problem, provided the compiler doesn't perform
store tearing on any assignments to s_leader (which is a reasonable assumpt=
ion,
since on most, if not all supported architectures pointers fit in a native
word).

--=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-251915-227-aQuwIqqK0g>