[Bug 261713] ThreadSanitizer detects race in __catopen_l (via strerror_r)
[email protected] Fri, 04 Feb 2022 15:52:31 +0000
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261713 Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Konstantin Belousov <[email protected]> --- 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.