google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.11k stars 269 forks source link

Fix AFL++ #1950

Closed vanhauser-thc closed 7 months ago

vanhauser-thc commented 10 months ago

the runner docker does not build anymore because the image is too updated when you try to directly do "apt install ...". also updates afl++ commit.

vanhauser-thc commented 10 months ago

@DonggeLiu important fix :)

DonggeLiu commented 9 months ago

Ah thanks @vanhauser-thc. Is the CI failure with libjpeg-turbo_libjpeg_turbo_fuzzer expected?

vanhauser-thc commented 9 months ago
#22 4.506 In file included from /src/libjpeg-turbo.main/fuzz/cjpeg.cc:35:
#22 4.508 /src/libjpeg-turbo.main/fuzz/../cjpeg.c:700:12: error: no member named 'max_pixels' in 'cjpeg_source_struct'
#22 4.510   src_mgr->max_pixels = 1048576;
#22 4.510   ~~~~~~~  ^

does not seem to have anything to do with afl++. dunno