clusterfuzz
clusterfuzz copied to clipboard
how to remove the option fork=1 from libfuzzer ?
Hello, I tried to put in my job FORK_FLAG=0 but it is not working. The problem is that with fork=1 it didn't find a crash on a binary, where that when I test it in local without the fork=1 option, it find many crashes.