This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
from 7b5ac741 When parsing, limit arrays to 255 dimensions as per JVM
specification
new 24547cf7 org.apache.bcel.classfile.LocalVariableTable constructors now
throw ClassFormatException on invalid input
new b00e5e27 org.apache.bcel.classfile.LocalVariableTypeTable constructors
now throw ClassFormatException on invalid input
new 57d1a3c6 org.apache.bcel.classfile.ModuleMainClass constructors now
throw ClassFormatException on invalid input
new cc9c33cb org.apache.bcel.classfile.ModulePackages constructors now
throw ClassFormatException on invalid input
new 6495de33 org.apache.bcel.classfile.NestHost constructors now throw
ClassFormatException on invalid input
new d7f558d9 org.apache.bcel.classfile.NestMembers constructors now throw
ClassFormatException on invalid input
new 21fc4ab6 Sort fixes
new 939f0eba org.apache.bcel.classfile.StackMap constructors now throw
ClassFormatException on invalid input
new d1f5fd2d org.apache.bcel.classfile.StackMap constructors now throw
ClassFormatException on invalid input
new f9e50479 org.apache.bcel.classfile.Signature constructors now throw
ClassFormatException on invalid input
new e8c4bfbe Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-bcel.git
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 47 +++++++++++++---------
.../org/apache/bcel/classfile/LocalVariable.java | 2 +
.../apache/bcel/classfile/LocalVariableTable.java | 4 +-
.../bcel/classfile/LocalVariableTypeTable.java | 6 ++-
.../org/apache/bcel/classfile/ModuleMainClass.java | 3 +-
.../org/apache/bcel/classfile/ModulePackages.java | 2 +
.../java/org/apache/bcel/classfile/NestHost.java | 3 +-
.../org/apache/bcel/classfile/NestMembers.java | 6 ++-
.../java/org/apache/bcel/classfile/Signature.java | 3 ++
.../java/org/apache/bcel/classfile/StackMap.java | 10 +++--
.../org/apache/bcel/classfile/StackMapEntry.java | 17 ++++----
.../org/apache/bcel/classfile/StackMapType.java | 2 +
12 files changed, 64 insertions(+), 41 deletions(-)