google / fuzzbench

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

Fix OpenH264 #1937

Open DonggeLiu opened 9 months ago

DonggeLiu commented 9 months ago

Fix the corpus of project OpenH264, based on https://github.com/google/oss-fuzz/pull/11207.

Background: https://github.com/google/oss-fuzz/issues/10610

DonggeLiu commented 9 months ago

Hi @phi-go, this should be able to fix the build error of OpenH264. I will merge this into the master branch if all CI tests pass.

Could you please rebase/merge your PR accordingly once I do that? Thanks!

DonggeLiu commented 9 months ago

TBR

DonggeLiu commented 9 months ago

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2023-12-23-standard-cov --fuzzers afl aflfast aflplusplus aflsmart centipede eclipser fairfuzz honggfuzz libafl libfuzzer mopt --benchmarks --benchmarks openh264_decoder_fuzzer

DonggeLiu commented 9 months ago

/gcbrun run_experiment.py -a --experiment-config /opt/fuzzbench/service/experiment-config.yaml --experiment-name 2023-12-23-standard-cov --fuzzers afl aflfast aflplusplus aflsmart centipede eclipser fairfuzz honggfuzz libafl libfuzzer mopt --benchmarks openh264_decoder_fuzzer

DonggeLiu commented 9 months ago

Experiment 2023-12-23-standard-cov data and results will be available later at: The experiment data. The experiment report.

DonggeLiu commented 9 months ago

@jonathanmetzman: It builds and runs successfully and is ready to merge : )

DonggeLiu commented 8 months ago

@jonathanmetzman : gentle ping : ) Shall I merge?