[PATCH] D20301: [libfuzzer] Trying random unit prefixes during corpus load.
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 16:05:57 PDT 2016
aizatsky added inline comments.
================
Comment at: lib/Fuzzer/FuzzerLoop.cpp:379
@@ +378,3 @@
+ }
+ std::sort(Sizes.begin(), Sizes.end());
+
----------------
kcc wrote:
> do you expect duplicates here?
There might be, but I don't really care. For big corpus there would be only one point.
http://reviews.llvm.org/D20301
More information about the llvm-commits
mailing list