[PATCH] D45744: Add experimental feature to not use AFL's deferred forkserver.

Jonathan Metzman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 17 18:53:51 PDT 2018


metzman added a comment.

In https://reviews.llvm.org/D45744#1070497, @morehouse wrote:

> Won't this cause `LLVMFuzzerInitialize` to run every time AFL tries an input?


I don't think so. What makes you think this?
My understanding is that every time AFL tries a new input, lines 350-376 are executed, nothing here is really changed by this commit.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45744





More information about the llvm-commits mailing list