The GitHub Actions job "Java CI" on 
commons-lang.git/bugfix/RandomStringUtils_random has failed.
Run started by GitHub user garydgregory (triggered by garydgregory).

Head commit for run:
f2de571096263d197c13d77d8b635fab42da96ef / Gary Gregory <[email protected]>
Two fixes in RandomStringUtils.random(int, int, int, boolean, boolean,
char[], Random)

- A custom chars array throws IllegalArgumentException because
validation loops treat the loop index as a char code point instead of an
index into the chars array.
- random() hangs when the specified [start, end) range contains ONLY
rejected code points (UNASSIGNED, PRIVATE_USE, SURROGATE). The loop
increments count and retries indefinitely.

Report URL: https://github.com/apache/commons-lang/actions/runs/25491516457

With regards,
GitHub Actions via GitBox

Reply via email to