oss-fuzz/projects/apache-commons-codec
Arthur Chan b7c6f9aa3f
apache-commons-codec: Catch new IllegalArgumentException (#11360)
In https://issues.apache.org/jira/browse/CODEC-314, we push a fix
upstream to capture an unexpected IndexOutOfBoundException. The new
logic will wrap the unexpected IndexOutOfBoundException and throw an
IllegalArgumentException instead. This PR fixes the original fuzzer to
capture the new IllegalArgumentException to meet the new logic. This PR
should close
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64362.

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
2023-12-14 10:30:07 +00:00
..
BinaryEncodingFuzzer.java
ChecksumFuzzer.java Apache-commons-codec: add new fuzzers (#11249) 2023-11-20 12:24:14 +00:00
CryptFuzzer.java Apache-commons-codec: add new fuzzers (#11249) 2023-11-20 12:24:14 +00:00
DigestUtilsFuzzer.java Apache-commons-codec: add new fuzzers (#11249) 2023-11-20 12:24:14 +00:00
Dockerfile
HmacUtilsFuzzer.java Apache-commons-codec: add new fuzzers (#11249) 2023-11-20 12:24:14 +00:00
LanguageStringEncoderFuzzer.java apache-commons-codec: Catch expected IllegalArgumentException (#11271) 2023-11-27 18:55:10 +00:00
MurmurHashFuzzer.java Apache-commons-codec: add new fuzzers (#11249) 2023-11-20 12:24:14 +00:00
NetCodecFuzzer.java apache-commons-codec: Catch new IllegalArgumentException (#11360) 2023-12-14 10:30:07 +00:00
PhoneticEngineFuzzer.java Apache-commons-codec: add new fuzzers (#11249) 2023-11-20 12:24:14 +00:00
build.sh
project.yaml