emopers opened a new pull request #298: Synchronize before looping over
synchronized collection
URL: https://github.com/apache/logging-log4j2/pull/298
In StatusConfiguration.java, `errorMessages =
Collections.synchronizedCollection(new LinkedList())` is iterated over
without synchronizati
[
https://issues.apache.org/jira/browse/LOG4J2-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jon Hanson resolved LOG4J2-2517.
Resolution: Fixed
Fix Version/s: 2.11.2
As per comment chain, the issue no longer occurs in