This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
from b27feadf f001 Nested Code/Record attributes drive unbounded parse-time
recursion in ClassParser.
new b04a6b7e Sort members
new ad48367d Nested annotation element values recurse unboundedly;
MAX_ARRAY_DIMENSIONS cap bypassed (f002).
The 2 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 | 1 +
.../org/apache/bcel/classfile/AnnotationEntry.java | 20 +++-
.../org/apache/bcel/classfile/ElementValue.java | 10 +-
.../bcel/classfile/ElementValueNestingTest.java | 103 +++++++++++++++++++++
.../java/org/apache/bcel/generic/IINCTest.java | 24 ++---
.../bcel/verifier/VerifierArrayAccessTest.java | 20 ++--
6 files changed, 153 insertions(+), 25 deletions(-)
create mode 100644
src/test/java/org/apache/bcel/classfile/ElementValueNestingTest.java