The GitHub Actions job "Java CI" on commons-bcel.git/iinc-increment-bound has 
succeeded.
Run started by GitHub user rootvector2 (triggered by garydgregory).

Head commit for run:
42b32c3e185a09e1f60e4dc63aed4381353a4db4 / Naveed Khan <[email protected]>
bound iinc increment to signed short

`IINC.setIncrement` stored the increment without checking its range, but `dump` 
writes the wide-form increment with `writeShort`. A value outside the 
signed-short range was accepted and then truncated to a different value on 
dump. Reject it in `setIncrement`, which the constructor routes through too.

Report URL: https://github.com/apache/commons-bcel/actions/runs/29749384057

With regards,
GitHub Actions via GitBox

Reply via email to