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)
Mon, Jan 27, 9:23 AM
Unknown Object (File)
Dec 8 2024, 3:50 AM
Unknown Object (File)
Dec 8 2024, 3:49 AM
Unknown Object (File)
Dec 8 2024, 12:50 AM
Unknown Object (File)
Dec 8 2024, 12:27 AM
Unknown Object (File)
Nov 15 2024, 10:39 PM
Unknown Object (File)
Nov 15 2024, 8:21 PM
Unknown Object (File)
Nov 8 2024, 1:32 PM
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