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:00 UTC

[logging-log4j2] 02/02: Avoid NullPointerException when StackWalker returns null.

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

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

commit abd83e6eb8c6f4613ce42a7c630a694a218fa8c2
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Mar 28 10:02:58 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 0c74936..ea39481 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
          - "remove" - Removed
     -->
     <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>