You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/03/28 17:29:19 UTC

[logging-log4j2] branch master updated: Avoid NullPointerException when StackWalker returns null.

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new dc1889f  Avoid NullPointerException when StackWalker returns null.
dc1889f is described below

commit dc1889f5a3ae1648653aacc4d26bdf46c044cce9
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Mar 28 10:29:04 2020 -0700

    Avoid NullPointerException when StackWalker returns null.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f9994c9..6c2d4d0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,6 +169,9 @@
       </action>
     </release>
     <release version="2.13.2" date="2020-MM-DD" description="GA Release 2.13.2">
+      <action issue="LOG4J2-2809" dev="rgoers" type="fix" due-to="Romain Manni-Bucau">
+        Avoid NullPointerException when StackWalker returns null.
+      </action>
       <action issue="LOG4J2-2807" dev="rgoers" type="add">
         Added EventLookup to retrieve fields from the log event.
       </action>