rm5248 commented on issue #643: URL: https://github.com/apache/logging-log4cxx/issues/643#issuecomment-4425478761
I _suspect_ that the reason `fputs` is used is because it is the simplest way to output data to the console. There's an argument to be made that strings containing embedded NULL values are unexpected and invalid. I suspect that other appenders will also have this same bug, so it may require special handling, in which case a custom appender is always an option. @swebb2066 what are your thoughts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
