mirror of https://github.com/google/oss-fuzz.git
add mozilla security ogg corpus (#1257)
This commit is contained in:
parent
e18de5fac3
commit
a0b6a9d94b
|
@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-conf
|
|||
RUN git clone https://git.xiph.org/ogg.git
|
||||
RUN git clone https://git.xiph.org/vorbis.git
|
||||
ADD decode_fuzzer.cc $SRC/
|
||||
RUN svn export https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/ogg decode_corpus
|
||||
RUN wget --cut-dirs 3 --recursive --level=1 -A ".ogg" https://people.xiph.org/~xiphmont/test-vectors/vorbis/
|
||||
WORKDIR vorbis
|
||||
COPY build.sh $SRC/
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
cd $SRC
|
||||
|
||||
mv people.xiph.org decode_corpus
|
||||
mv people.xiph.org/*.ogg decode_corpus/
|
||||
zip -r "$OUT/decode_fuzzer_seed_corpus.zip" decode_corpus/
|
||||
|
||||
cd $SRC/ogg
|
||||
|
|
Loading…
Reference in New Issue