This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 215dd183 Update changes.xml for recent changes
215dd183 is described below
commit 215dd183e661ee3194afe52992aa016891c00a09
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 12 10:01:41 2026 -0500
Update changes.xml for recent changes
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5eb43e4d..0c274c36 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix Apache RAT plugin console warnings.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Fix malformed Javadoc comments.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Make the build reproducible on the Azul JDK.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
Pavel Kohout">Fix infinite loop in JavaClass.findField() on invalid
input.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
Pavel Kohout">Fix infinite loop in JavaClass.getAllInterfaces() on invalid
input.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
Pavel Kohout">Fix infinite loop in JavaClass.getSuperClasses() on invalid
input.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Exception message in Args.requireU4() refers to the wrong data
type.</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Exception message in Args.requireU2() refers to the wrong upper range
value.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Stanislav Fort">Code.Code(int, int, DataInput, ConstantPool) now throws a
ClassFormatException if the code array is greater than the JVM specification
allows.</action>