[PATCH] D48800: libFuzzer: prevent irrelevant strings from leaking into auto-dictionary
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 18:05:42 PDT 2018
kcc added a reviewer: morehouse.
kcc added a comment.
yea, you are right, you can't directly use F->RunningCB if you don't have F visible.
But I don't want to have two copies of this flag, one in Fuzzer and one in TracePC.
I would rather just have this flag as a global -- just rename the already existing ScopedDoingMyOwnMemOrStr
into something more suitable (ScopedRunningUserCallback) and get rid of RunningCB.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48800
More information about the llvm-commits
mailing list