fuzzbench
fuzzbench copied to clipboard
Update libfuzzer to LLVM 18
The libfuzzer commit used was an older version which did not seem to be up-to-date with documentation and harness behaviour. This led to assertion failures in the main fuzzer loop in new benchmarks due to not recognising the documented -1 return value.
This updates the libfuzzer version to the latest LLVM release.