Carter Kozak created LOG4J2-3159: ------------------------------------ Summary: Log4jMarker.getParents() is not thread-safe Key: LOG4J2-3159 URL: https://issues.apache.org/jira/browse/LOG4J2-3159 Project: Log4j 2 Issue Type: Bug Components: API Affects Versions: 2.14.1 Reporter: Carter Kozak Assignee: Carter Kozak
Log4jMarker.getParents() re-reads the volatile parents array to load the reference and length, the array reference may be updated between these two loads. -- This message was sent by Atlassian Jira (v8.3.4#803005)