[Bug 278556] strerror-related race condition and standards violation in printf and friends
Date: Tue, 23 Apr 2024 17:19:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278556 Konstantin Belousov <kib@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kib@FreeBSD.org --- Comment #3 from Konstantin Belousov <kib@FreeBSD.org> --- 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.