We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97c44b commit 0a05180Copy full SHA for 0a05180
oss-fuzz-build.sh
@@ -198,6 +198,7 @@ jazzer_driver \\
198
if grep -q "A fatal error has been detected by the Java Runtime Environment" "\$cmdOutputFile"; then
199
echo "WARN: Detected JRE crash; it doesn't qualify as a fuzzing failure."
200
echo "WARN: Cleaning up crash reports and exiting with success..."
201
+ [ -d "\${FUZZ_INPUTS:-}" ] && rm -f -v "\${FUZZ_INPUTS}/*"
202
dump_debug
203
exit 0
204
else
0 commit comments