[PATCH] D48800: libFuzzer: prevent irrelevant strings from leaking into auto-dictionary
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 8 00:17:12 PDT 2018
morehouse added a comment.
We should probably just increase the runs for shrink.test. This patch changes how items are added to libFuzzer's dictionary, which will change the exact sequence of inputs libFuzzer tries for a given seed.
When I landed this I had to modify three-bytes.test as well because this patch made libFuzzer hit a line sooner than we expected in that test.
Repository:
rL LLVM
https://reviews.llvm.org/D48800
More information about the llvm-commits
mailing list