fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

Fix AFL++

Open vanhauser-thc opened this issue 1 year ago • 3 comments

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 avatar Jan 24 '24 13:01 vanhauser-thc

@DonggeLiu important fix :)

vanhauser-thc avatar Jan 24 '24 14:01 vanhauser-thc

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

DonggeLiu avatar Jan 30 '24 00:01 DonggeLiu

#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

vanhauser-thc avatar Jan 30 '24 08:01 vanhauser-thc