Page MenuHomeFreeBSD

Stop using strerror() in printf*() guts
ClosedPublic

Authored by kib on Apr 23 2024, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 15, 5:03 PM
Unknown Object (File)
Fri, May 15, 4:14 PM
Unknown Object (File)
Thu, May 14, 8:42 PM
Unknown Object (File)
Thu, May 14, 8:42 PM
Unknown Object (File)
Mon, May 4, 12:32 PM
Unknown Object (File)
Sun, May 3, 6:13 PM
Unknown Object (File)
Mon, Apr 27, 3:19 PM
Unknown Object (File)
Apr 21 2026, 8:28 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib requested review of this revision.Apr 23 2024, 5:18 PM

I'd thought we didn't need to propogate the locale, since both strerror and strerror_r use the same locale()... but I'd forgotten printf can have a different one, so I proposed something different in the bug.
We could share buf and errormsg, but maybe it's not worth the hassle.

This revision is now accepted and ready to land.Apr 23 2024, 5:32 PM