[PATCH] D48800: libFuzzer: prevent irrelevant strings from leaking into auto-dictionary

pdknsk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 03:58:52 PDT 2018


pdknsk added a comment.

In https://reviews.llvm.org/D48800#1151316, @kcc wrote:

> Why do you need the new variable InCB? 
>  Will the existing RunningCB not work?


To be honest, my C++ knowledge becomes wobbly here. I don't think the hooks can access Fuzzer (and its RunningCB).


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48800





More information about the llvm-commits mailing list