[PATCH] D20975: [libfuzzer] hiding custom mutator handling in MutationDispatcher.

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 3 13:52:54 PDT 2016


aizatsky added a comment.

all done.


================
Comment at: lib/Fuzzer/FuzzerMutate.cpp:253
@@ +252,3 @@
+
+size_t MutationDispatcher::DefaultMutate(uint8_t *Data, size_t Size,
+                                         size_t MaxSize) {
----------------
kcc wrote:
> Probably also change LLVMFuzzerMutate to call this one. 
It already calls it.


http://reviews.llvm.org/D20975





More information about the llvm-commits mailing list