ywkaras commented on issue #9073: URL: https://github.com/apache/trafficserver/issues/9073#issuecomment-1233607973
One potential fix us to replace strerror_r() with strerror() but protect the call with a mutex. For that to be effective, we would have to replace all current strerror() use (about 250 calls) with ts::Strerror use. But, that's something we should do anyway. -- 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]
