Page MenuHomeFreeBSD

stdio: Disable USE_XPRINTF envar.
ClosedPublic

Authored by des on Sep 23 2024, 7:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 29, 3:13 AM
Unknown Object (File)
Mon, Jul 27, 5:29 AM
Unknown Object (File)
Sun, Jul 26, 2:27 AM
Unknown Object (File)
Sun, Jul 26, 1:04 AM
Unknown Object (File)
Sat, Jul 25, 1:08 PM
Unknown Object (File)
Fri, Jul 24, 4:50 PM
Unknown Object (File)
Jun 26 2026, 5:57 PM
Unknown Object (File)
Jun 26 2026, 8:37 AM
Subscribers

Details

Summary

As xprintf has not kept up with our standard printf(3) implementation,
it is becoming increasingly dangerous to continue to allow it to take
over if USE_XPRINTF is defined. Remove that code, while still allowing
applications which know about xprintf to select it.

Diff Detail

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