[PATCH] D20085: [libfuzzer] Refactoring coverage state-management code..

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 15:01:05 PDT 2016


aizatsky added inline comments.

================
Comment at: lib/Fuzzer/FuzzerLoop.cpp:401
@@ -314,3 +400,3 @@
 
-  PrepareCoverageBeforeRun();
+  CoverageController::ResetCounters(Options);
   ExecuteCallback(Data, Size);
----------------
BTW all tests pass without this call, but you used to have it before. Do you want me to keep it?


http://reviews.llvm.org/D20085





More information about the llvm-commits mailing list