This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
commit cf5afeaf9653bb8c2748f0d3471c1b1050d37dc0 Author: Gary Gregory <[email protected]> AuthorDate: Fri Sep 4 17:18:38 2026 -0400 Repositories cache classes under the input-defined this_class name; global static Repository/VerifierFactory make the poisoning ClassLoader-wide. (f012). --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5b73886d..39e93fc1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -98,7 +98,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Subroutines.noRecursiveCalls enumerates exponentially many JSR call paths (f008).</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Disassembler and Class2HTML re-implement the unchecked switch-table allocation (f009).</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">ConstantPool.constantToString recurses forever on self-referencing CONSTANT_MethodHandle (f010).</action> - <action type="fix" dev="ggregory" due-to="Gary Gregory">Utility.typeSignatureToString recurses per generic-nesting level, unbounded, with quadratic substring copies. (f011).</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Utility.typeSignatureToString recurses per generic-nesting level, unbounded, with quadratic substring copies. (f011).</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Repositories cache classes under the input-defined this_class name; global static Repository/VerifierFactory make the poisoning ClassLoader-wide. (f012).</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="nbauma109, Gary Gregory">Add support for permitted subclasses #493.</action> <action type="add" dev="ggregory" due-to="nbauma109, Gary Gregory">Add RecordComponentInfo.getAttribute(byte tag)#494.</action>
