[Bug 278556] strerror-related race condition and standards violation in printf and friends
| Newsgroups | gmane.os.freebsd.devel.standards |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278556 Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Konstantin Belousov <[email protected]> --- I believe the 'non-MT-safe version' refer to using the global locale in strerror() etc. From this PoV, use of strerror_r() is still wrong. Also, there is at least one more usage of strerror() in the printf() machinery. I put my proposal at https://reviews.freebsd.org/D44916 -- You are receiving this mail because: You are the assignee for the bug.