Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2020 17:03:23 +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-AxorHL7VQs@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 #3 from Konstantin Belousov <kib@FreeBSD.org> ---
(In reply to Jakub Piecuch from comment #2)
One of the fundamental assumptions of the FreeBSD kernel code is that plain
stores and loads of fundamental types (integers up to long and pointers) are
atomic on supported arches.  This is explained in the very beginning of
atomic(9).

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