google / fuzzbench

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

Using outdated cached fuzzer repo. #1905

Open DonggeLiu opened 1 year ago

DonggeLiu commented 1 year ago

Problem

FuzzBench uses a cached fuzzer repo instead of the latest one, which sometimes does not include the new commits required.

Proof of Error

https://github.com/google/fuzzbench/pull/1902#issuecomment-1737463393

Proposed solution

Removing this.

@jonathanmetzman Would this look good to you? Those two lines originated from here. Please let me know if I missed anything (e.g., side-effects of removing them, other preferred solutions), thanks : )