[Git][slirp/libslirp][master] oss-fuzz: Fix udp-h and tcp-h corpuses
Samuel Thibault (@sthibaul)
gitlab at gitlab.freedesktop.org
Thu Apr 25 18:11:30 UTC 2024
Samuel Thibault pushed to branch master at slirp / libslirp
Commits:
ef3ee739 by Samuel Thibault at 2024-04-25T20:10:57+02:00
oss-fuzz: Fix udp-h and tcp-h corpuses
- - - - -
1 changed file:
- fuzzing/oss-fuzz.sh
Changes:
=====================================
fuzzing/oss-fuzz.sh
=====================================
@@ -28,11 +28,12 @@ ninja -C $build
zip -jqr $OUT/fuzz-ip-header_seed_corpus.zip "$(dirname "$0")/IN_ip-header"
zip -jqr $OUT/fuzz-udp_seed_corpus.zip "$(dirname "$0")/IN_udp"
-zip -jqr $OUT/fuzz-udp_h_seed_corpus.zip "$(dirname "$0")/IN_udp-h"
+zip -jqr $OUT/fuzz-udp-h_seed_corpus.zip "$(dirname "$0")/IN_udp-h"
zip -jqr $OUT/fuzz-tftp_seed_corpus.zip "$(dirname "$0")/IN_tftp"
zip -jqr $OUT/fuzz-dhcp_seed_corpus.zip "$(dirname "$0")/IN_dhcp"
zip -jqr $OUT/fuzz-icmp_seed_corpus.zip "$(dirname "$0")/IN_icmp"
zip -jqr $OUT/fuzz-tcp_seed_corpus.zip "$(dirname "$0")/IN_tcp"
+zip -jqr $OUT/fuzz-tcp-h_seed_corpus.zip "$(dirname "$0")/IN_tcp-h"
find $build -type f -executable -name "fuzz-*" -exec mv {} $OUT \;
find $build -type f -name "*.options" -exec mv {} $OUT \;
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/ef3ee7396c0d9c96f2100ec6e1c83a6921f6b5be
--
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/ef3ee7396c0d9c96f2100ec6e1c83a6921f6b5be
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/slirp/attachments/20240425/2ccd739a/attachment.htm>
More information about the Slirp
mailing list