jonathanmetzman

Results 243 issues of jonathanmetzman

My view of fuzzers is that "better" fuzzers can find more exploitable bugs than worse fuzzers. While coverage is a decent, easy-to-use, proxy for this, we should look into using...

core feature
priority

This was found using this fuzz target: ```c++ #include #include #include extern "C" { #include } extern "C" int LLVMFuzzerTestOneInput(const char *data, size_t size) { if (size < 1) return...

Using "is reached" to mean "is statically reachable" is confusing. Maybe say "is statically reachable" or "is reachable"

Fixes: https://github.com/google/clusterfuzz/issues/3965 Doing so caused this error: `ChildProcessError: [Errno 10] No child processes` Vitor discovered this issue.

They are currently being run on the proprietary google code clusterfuzz. I think schedule_impact_tasks is responsible.