Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2024 17:19:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 278556] strerror-related race condition and standards violation in printf and friends
Message-ID:  <bug-278556-99-Coz6hQ8NuG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278556-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278556-99@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=3D278556

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() machin=
ery.
I put my proposal at https://reviews.freebsd.org/D44916

--=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-278556-99-Coz6hQ8NuG>