[PATCH] D48800: libFuzzer: prevent irrelevant strings from leaking into auto-dictionary
pdknsk via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 8 14:26:03 PDT 2018
pdknsk added a comment.
In https://reviews.llvm.org/D48800#1154720, @kcc wrote:
> you will need to add one accessor method, just like in your current variant:
>
> bool isRunningCB() const { return RunningCB; }
That I know. I meant accessing Fuzzer (F). I have a construct that stores *F on TracePC (TPC), but I'm not sure that's good.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48800
More information about the llvm-commits
mailing list