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 7d2083f8 Add negative verifier tests for remaining array load/store 
component type checks (#524).
7d2083f8 is described below

commit 7d2083f8529f75f5ea1c11ce4bad919798c48c5e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 15 17:07:43 2026 -0400

    Add negative verifier tests for remaining array load/store component
    type checks (#524).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0757f43..07582484 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,6 +83,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="fix" dev="ggregory" due-to="Naveed Khan, 
Gary Gregory">Use array element type not basic type for primitive array access 
(#520).</action>
       <action                  type="fix" dev="ggregory" due-to="Naveed Khan, 
Gary Gregory">Set length in INVOKEDYNAMIC constructor (#521).</action>
       <action                  type="fix" dev="ggregory" due-to="Naveed Khan, 
Gary Gregory">Reject CALOAD on non-char arrays in structural verification 
(#522).</action>
+      <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>
       <!-- 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>

Reply via email to