forked from google/oss-fuzz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libavc, libhevc, libmpeg2] Add seed corpus (google#2912)
Add seed corpus for libavc, libhevc and libmpeg2 fuzz targets
- Loading branch information
1 parent
74794f0
commit fe3673c
Showing
6 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder | |
MAINTAINER [email protected] | ||
RUN apt-get update && apt-get install -y wget cmake | ||
RUN git clone https://android.googlesource.com/platform/external/libavc | ||
ADD https://storage.googleapis.com/android_media/external/libavc/fuzzer/avc_dec_fuzzer_seed_corpus.zip $SRC/ | ||
COPY build.sh $SRC/ | ||
WORKDIR libavc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder | |
MAINTAINER [email protected] | ||
RUN apt-get update && apt-get install -y wget cmake | ||
RUN git clone https://android.googlesource.com/platform/external/libhevc | ||
ADD https://storage.googleapis.com/android_media/external/libhevc/fuzzer/hevc_dec_fuzzer_seed_corpus.zip $SRC/ | ||
COPY build.sh $SRC/ | ||
WORKDIR libhevc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder | |
MAINTAINER [email protected] | ||
RUN apt-get update && apt-get install -y wget cmake | ||
RUN git clone https://android.googlesource.com/platform/external/libmpeg2 | ||
ADD https://storage.googleapis.com/android_media/external/libmpeg2/fuzzer/mpeg2_dec_fuzzer_seed_corpus.zip $SRC/ | ||
COPY build.sh $SRC/ | ||
WORKDIR libmpeg2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters