Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12022 Build 12022: arc lint + arc unit
Event Timeline
compiler-rt/test/fuzzer/fuzzer-leak.test | ||
---|---|---|
16 | This is too involved. I would just run the same test with -runs=0 on the corpus. |
Paths
| Differential D39850
[libFuzzer] Don't add leaking inputs to corpus. ClosedPublic Authored by morehouse on Nov 9 2017, 10:06 AM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Nov 9 2017, 12:14 PM Closed by commit rL317831: [libFuzzer] Don't add leaking inputs to corpus. (authored by morehouse). · Explain WhyNov 9 2017, 12:44 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 122290 compiler-rt/lib/fuzzer/FuzzerLoop.cpp
compiler-rt/test/fuzzer/fuzzer-leak.test
|
This is too involved. I would just run the same test with -runs=0 on the corpus.
If there are leaky inputs in the corpus that will fail.