swebb2066 opened a new pull request, #732: URL: https://github.com/apache/logging-log4cxx/pull/732
The PR prevents a possible race condition for deferred-render events (LOG4CXX_*_ASYNC path). When a logging request is enqueued by AsyncAppender and a second synchronous appender, the producer thread and the dispatcher thread may concurrently clear AsyncBuffer entries, resulting in a second free of the same vector. -- 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]
