This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 759bbbc782 Update oss-fuzz.sh (#11221)
759bbbc782 is described below
commit 759bbbc782f784d46ece7cdf57cfe3c617c9187b
Author: Kit Chan <[email protected]>
AuthorDate: Mon Apr 8 09:34:02 2024 -0700
Update oss-fuzz.sh (#11221)
---
tests/fuzzing/oss-fuzz.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/fuzzing/oss-fuzz.sh b/tests/fuzzing/oss-fuzz.sh
index 22e34d1b96..bd5f711765 100644
--- a/tests/fuzzing/oss-fuzz.sh
+++ b/tests/fuzzing/oss-fuzz.sh
@@ -65,4 +65,5 @@ if [[ $SANITIZER = undefined ]]
then
rm -f $OUT/fuzz_http
rm -f $OUT/fuzz_hpack
+ rm -f $OUT/fuzz_http3frame
fi