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 2019/12/03 06:01:01 UTC

[logging-log4j2] branch master updated: LOG4J2-2707 - ArrayIndexOutOfBoundsException could occur with MAC address longer than 6 characters

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 bee220f  LOG4J2-2707 - ArrayIndexOutOfBoundsException could occur with MAC address longer than 6 characters
bee220f is described below

commit bee220fd749a572a649d58b238b094e6ac27aac6
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Mon Dec 2 23:00:48 2019 -0700

    LOG4J2-2707 - ArrayIndexOutOfBoundsException could occur with MAC address longer than 6 characters
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 81dae7d..1021f86 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -157,6 +157,9 @@
       </action>
     </release>
     <release version="2.13.0" date="2019-MM-DD" description="GA Release 2.13.0">
+      <action issue="LOG4J@-2707" dev="rgoers" type="fix" due-to="supertomcat">
+        ArrayIndexOutOfBoundsException could occur with MAC address longer than 6 bytes.
+      </action>
       <action issue="LOG4J2-63" dev="rgoers" type="add">
         Add experimental support for Log4j 1 configuration files.
       </action>