With this change, fuzz targets may choose to return -1
to indicate that the input should not be added to the corpus
regardless of the coverage it generated.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/fuzzer/FuzzerLoop.cpp | ||
---|---|---|
615–616 | Since CBRes is used in the return, I think we can remove this void cast. |
Since CBRes is used in the return, I think we can remove this void cast.