[Bug 261713] ThreadSanitizer detects race in __catopen_l (via strerror_r)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 04 Feb 2022 15:52:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261713

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 newly
initialized structure into the list.  The list is read under rlock.

I do not think that the report is real.

-- 
You are receiving this mail because:
You are the assignee for the bug.