Max Moroz
Max Moroz
Similar to #860. There are some crashes reported in https://oss-fuzz.com/testcases?project=wasmtime and it seems that certain stackframes could be skipped (e.g. `abort`, `abort_internal`, `rust_panic_with_hook`, etc). Not sure who assign this to....
this was discussed in https://github.com/google/clusterfuzz/pull/1333 https://reviews.llvm.org/D73136 was landed a month ago as https://github.com/llvm/llvm-project/commit/15f1d5d14425528540e1cc4aa776b195a2e1e7e0 and we're using https://github.com/llvm/llvm-project/commit/c29003813ab9bd6ea7b6de40ea8f1fe21979f13f which is a newer revision which means now we can check the presence...
Continuation of https://github.com/google/clusterfuzz/issues/503. The corresponding issue on OSS-Fuzz side is https://github.com/google/oss-fuzz/issues/1632
This was requested in https://bugs.chromium.org/p/chromium/issues/detail?id=997940, //cc @pwnall I think we're currently using a constant timeout for minimization. Should we consider increasing it for large testcases and maybe decreasing for smaller...
Just a random thought, feel free to close. We have some logic in `update_fuzz_blocker_label` that would add a `Fuzz-Blocker` label to crashes that happen way too often and block the...
It's too early at this stage, but once we find it useful and finalize the implementation, we must document the details (e.g. how to set up a job, how to...
Ninja is a widely used and efficient build system. Huge open source projects like LLVM and Chromium use it. Infer doesn't seem to support ninja as of now, therefore losing...