You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to patch the imported libFuzzer code to pass its arguments via environment variables and pass the existing args (so it'll run the correct libtest harness).
Oops, I got tricked once again by github by submitting early.
If I use bolero 0.8.0 and cargo-bolero 0.8.0, and attempt to run a fuzzer with
-j 8
, hoping to see 8 jobs, instead I see this result:My guess is, it’s because it’s passing the libfuzzer arguments directly to the unit tests binary instead of through BOLERO_LIBFUZZER_ARGS.
The text was updated successfully, but these errors were encountered: