[Bug 278556] strerror-related race condition and standards violation in printf and friends

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 30 Apr 2024 00:51:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278556

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=27e54c9f162879fcbf6f1d9dc221b98c8180f012

commit 27e54c9f162879fcbf6f1d9dc221b98c8180f012
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-04-23 17:10:30 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-04-30 00:49:53 +0000

    __vprintf(): switch from strerror() to strerror_rl()

    PR:     278556

    (cherry picked from commit f887667694632c829b0599b54ff86a072e93df87)

 lib/libc/stdio/vfprintf.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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