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
The following commit(s) were added to refs/heads/master by this push:
new 65ab3558 Bound IINC increment to signed short (#526).
new 60444ad1 Merge branch 'master' of
https://github.com/apache/commons-bcel.git
65ab3558 is described below
commit 65ab3558e85e3c4acf872487d63df0a7ac148ee5
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 21 13:01:39 2026 -0700
Bound IINC increment to signed short (#526).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d9c6f11..df24b347 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Naveed Khan,
Gary Gregory">Add negative verifier tests for remaining array load/store
component type checks (#524).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan,
Gary Gregory">Validate u1 count bound in INVOKEINTERFACE and MULTIANEWARRAY
(#523).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan,
Gary Gregory">Match wide local variable instruction length to dumped bytes
(#525).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan,
Gary Gregory">Bound IINC increment to signed short (#526).</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>