oss-fuzz/projects/flac
Martijn van Beurden 2436e38a72
Fix infinite loop in fuzzer_exo (#7265)
readBuffer returns -1 in return type size_t, which wraps. Because
of that, the comparison was not triggering when it should

Credit: Oss-Fuzz
Issue: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=24002
2022-02-11 19:08:42 +00:00
..
Dockerfile
build.sh
fuzzer_exo.cpp Fix infinite loop in fuzzer_exo (#7265) 2022-02-11 19:08:42 +00:00
project.yaml Add CC to flac (#7254) 2022-02-10 10:47:56 +00:00