fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

Update libfuzzer to LLVM 18

Open addisoncrump opened this issue 1 year ago • 5 comments

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.

addisoncrump avatar Aug 19 '24 04:08 addisoncrump