aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/ffmpeg
diff options
context:
space:
mode:
authorGravatar Kostya Serebryany <konstantin.s.serebryany@gmail.com>2017-05-04 14:43:16 -0700
committerGravatar Kostya Serebryany <konstantin.s.serebryany@gmail.com>2017-05-04 14:43:16 -0700
commited23c7a0c9722fc6bf4243b820baa6c6a700b16e (patch)
tree977de4e0dde56ac8b6ab30fb2f8bcc104a2da3ae /projects/ffmpeg
parent9a9514218ca85714cf231eee433311ab5c6e59dd (diff)
ffmpeg: disable ffmpeg's seed corpora, see https://github.com/google/oss-fuzz/issues/567
Diffstat (limited to 'projects/ffmpeg')
-rwxr-xr-xprojects/ffmpeg/build.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/projects/ffmpeg/build.sh b/projects/ffmpeg/build.sh
index 90f35cb9..df48fe9a 100755
--- a/projects/ffmpeg/build.sh
+++ b/projects/ffmpeg/build.sh
@@ -170,8 +170,12 @@ make clean
make -j$(nproc) install
# Download test sampes, will be used as seed corpus.
-export TEST_SAMPLES_PATH=$SRC/ffmpeg/fate-suite/
-make fate-rsync SAMPLES=$TEST_SAMPLES_PATH
+# DISABLED.
+# TODO: implement a better way to maintain a minimized seed corpora
+# for all targets. As of 2017-05-04 now the combined size of corpora
+# is too big for ClusterFuzz (over 10Gb compressed data).
+# export TEST_SAMPLES_PATH=$SRC/ffmpeg/fate-suite/
+# make fate-rsync SAMPLES=$TEST_SAMPLES_PATH
# Build the fuzzers.
cd $SRC/ffmpeg
@@ -192,5 +196,5 @@ for c in $CONDITIONALS ; do
done
# Find relevant corpus in test samples and archive them for every fuzzer.
-cd $SRC
-python group_seed_corpus.py $TEST_SAMPLES_PATH $OUT/
+#cd $SRC
+#python group_seed_corpus.py $TEST_SAMPLES_PATH $OUT/