-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[infra] do not checkout oss-fuzz (#23)
Promising oss-fuzz in /src/oss-fuzz creates lots of confusion about where files come from. Let's make everything explicit. Fixes #20
- Loading branch information
Showing
25 changed files
with
60 additions
and
52 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
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
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
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,8 +18,6 @@ FROM ossfuzz/base-clang | |
MAINTAINER [email protected] | ||
RUN apt-get install -y git libc6-dev | ||
|
||
RUN cd /src && git clone --depth 1 https://github.com/google/oss-fuzz.git | ||
|
||
RUN mkdir -p /work/libfuzzer | ||
|
||
ENV SANITIZER_FLAGS="-fsanitize=address" | ||
|
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,4 +18,4 @@ FROM ossfuzz/base-libfuzzer | |
MAINTAINER [email protected] | ||
RUN apt-get install -y make autoconf automake libtool texinfo | ||
|
||
COPY build.sh /src/ | ||
COPY build.sh chewing_fuzzer.c /src/ |
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,4 +18,4 @@ FROM ossfuzz/base-libfuzzer | |
MAINTAINER [email protected] | ||
RUN apt-get install -y make autoconf automake libtool zlib1g-dev | ||
|
||
COPY build.sh /src/ | ||
COPY build.sh libpng_read_fuzzer.* png.dict /src/ |
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 |
---|---|---|
|
@@ -19,3 +19,6 @@ MAINTAINER [email protected] | |
RUN apt-get install -y make autoconf automake libtool pkg-config | ||
|
||
COPY build.sh /src/ | ||
COPY libxml2_xml_read_memory_fuzzer.* \ | ||
libxml2_xml_regexp_compile_fuzzer.* \ | ||
xml.dict /src/ |
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,6 +18,6 @@ FROM ossfuzz/base-libfuzzer | |
MAINTAINER [email protected] | ||
RUN apt-get install -y make autoconf automake libtool mercurial zlib1g-dev | ||
|
||
COPY build.sh /src/ | ||
COPY build.sh fuzzers /src/ | ||
|
||
ENV LD_LIBRARY_PATH "$LD_LIBRARY_PATH:/out" |
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,4 +18,4 @@ FROM ossfuzz/base-libfuzzer | |
MAINTAINER [email protected] | ||
RUN apt-get install -y make autoconf automake libtool | ||
|
||
COPY build.sh /src/ | ||
COPY build.sh re2_fuzzer.* /src/ |
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
File renamed without changes.
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,4 +18,4 @@ FROM ossfuzz/base-libfuzzer | |
MAINTAINER [email protected] | ||
RUN apt-get install -y make autoconf automake libtool fossil tcl | ||
|
||
COPY build.sh /src/ | ||
COPY build.sh sqlite3_fuzzer.* sql.dict /src/ |
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,4 +18,4 @@ FROM ossfuzz/base-libfuzzer | |
MAINTAINER [email protected] | ||
RUN apt-get install -y make autoconf automake libtool | ||
|
||
COPY build.sh /src/ | ||
COPY build.sh convert_woff2ttf_fuzzer.* /src/ |
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,4 +18,4 @@ FROM ossfuzz/base-libfuzzer | |
MAINTAINER [email protected] | ||
RUN apt-get install -y make autoconf automake libtool | ||
|
||
COPY build.sh /src/ | ||
COPY build.sh zlib_uncompress_fuzzer.cc /src/ |
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