Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 Feb 2022 15:52:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        threads@FreeBSD.org
Subject:   [Bug 261713] ThreadSanitizer detects race in __catopen_l (via strerror_r)
Message-ID:  <bug-261713-13406-6kuc1ULoH3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261713-13406@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261713-13406@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=3D261713

Konstantin Belousov <kib@FreeBSD.org> changed:

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

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
SAVEFAIL allocs/fills the structure, then locks the list, and inserts the n=
ewly
initialized structure into the list.  The list is read under rlock.

I do not think that the report is real.

--=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-261713-13406-6kuc1ULoH3>