-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
When running Junit Fuzz Tests triggered using bazel test
libfuzzer appears to look for the .cifuzz-corpus
in a temp directory under /private/var/tmp/
and also places the crashes in a subdir of /private/var/tmp/
which gets purged after a run.
Is there a right way of specifying a different directory for Jazzer/Libfuzzer to use for the corpus and the reproducers ?
Follow up question - similarly, how do you pass other Jazzer flags such as --keep_going=N
when using junit/bazel ?
Metadata
Metadata
Assignees
Labels
No labels