vy commented on code in PR #3955:
URL: https://github.com/apache/logging-log4j2/pull/3955#discussion_r2439657075


##########
src/changelog/2.25.2/3940_ThrowableStackTraceRenderer_ArrayIndexOutOfBoundsException.xml:
##########
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns="https://logging.apache.org/xml/ns";
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="
+           https://logging.apache.org/xml/ns
+           https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
+       type="fixed">
+  <issue id="3940" link="https://github.com/apache/logging-log4j2/pull/3940"/>
+  <description format="asciidoc">
+    Fixes `ArrayIndexOutOfBoundsException` thrown by 
`ThrowableStackTraceRenderer` when a `Throwable`'s stacktrace is mutated 
concurrently.

Review Comment:
   ```suggestion
     <issue id="3940" 
link="https://github.com/apache/logging-log4j2/issues/3940"/>
     <issue id="3955" 
link="https://github.com/apache/logging-log4j2/pull/3955"/>
     <description format="asciidoc">
       Fixes `ArrayIndexOutOfBoundsException` thrown by 
`ThrowableStackTraceRenderer` when the stack trace is mutated concurrently.
   ```



-- 
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]

Reply via email to