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

Head commit for run:
68698bbd87096b9c6836e2cc13501b5d990a3516 / Naveed Khan 
<[email protected]>
bound iinc increment to signed short (#526)

`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/29863930116

With regards,
GitHub Actions via GitBox

Reply via email to