This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new c0acbdd729 Fix typo (#2949)
c0acbdd729 is described below
commit c0acbdd729acdaaf6fcaf9c2c2aa671a2a2af77e
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Thu Sep 19 18:51:06 2024 +0200
Fix typo (#2949)
---
oss-fuzz-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oss-fuzz-build.sh b/oss-fuzz-build.sh
index 2a6045febc..9bb83642b7 100755
--- a/oss-fuzz-build.sh
+++ b/oss-fuzz-build.sh
@@ -198,7 +198,7 @@ jazzer_driver \\
if grep -q "A fatal error has been detected by the Java Runtime
Environment" "\$cmdOutputFile"; then
echo "WARN: Detected JRE crash; it doesn't qualify as a fuzzing failure."
echo "WARN: Cleaning up crash reports and exiting with success..."
- [ -d "\${FUZZ_INPUTS:-}" ] && rm -f -v "\${FUZZ_INPUTS}/*"
+ [ -d "\${FUZZ_INPUTS:-}" ] && rm -f -v "\${FUZZ_INPUTS}"/*
dump_debug
exit 0
else