Commit Graph

1026 Commits

Author SHA1 Message Date
Khaled Hosny a5a3f73c58 [ots] Fix build (#1642)
Export the environment variables before calling meson, otherwise they
have no effect.
2018-07-23 06:56:32 -07:00
Armin Hasitzka f99f761456 [FreeType2] Remove `libarchive-dev'. (#1643) 2018-07-23 06:51:30 -07:00
Guido Vranken 14762cd45a [bignum-fuzzer] BoringSSL vs. mbed TLS differential bignum fuzzing (#1636)
* Add BoringSSL+mbed TLS fuzzer

* Fix BoringSSL UBSAN build

* Set maximum bignum size to 100 decimals

* Add BoringSSL team members to auto_ccs
2018-07-23 06:45:34 -07:00
Armin Hasitzka 17fdbc4aed [FreeType2] Add `pkg-config'. (#1641) 2018-07-23 09:54:06 +10:00
Armin Hasitzka 84a17eaf64 Add libraries to the FreeType2 machine for future use: (#1639)
- libpng-dev
- zlib1g-dev
2018-07-22 11:12:30 -07:00
Khaled Hosny 1a4248af01 [ots] Checkout submodules (#1637) 2018-07-21 06:59:31 -07:00
Armin Hasitzka cf9860b876 Change FreeType's source repository: (#1634)
- Use `freetype/*' instead of `cherusker/*'.
- Don't copy `*.options' files; they do not exist anymore.
2018-07-19 11:06:57 -07:00
Patrick Steinhardt 7951fd64fd [libgit2] create build directory only if it doesn't exist yet (#1633)
Right now, we're always trying to create the project build directory,
even if it already exists. When building the fuzzer with an already
existing project directory, though, this may produce an error if the
build directory already exists. Fix this by adding the "-p" flag to
mkdir(1), which will not produce an error if the target already exists.
2018-07-19 07:10:40 -07:00
James Zern 8dbf55aa24 [libaom] build.sh: disable AV1 encoder (#1631)
Only the decoder is needed by the fuzz target. This will help prune unnecessary files from the coverage report.

BUG=chromium:838380
2018-07-18 19:31:55 -07:00
James Zern 4ef7d05498 [libaom] build.sh: s/CONFIG_UNIT_TESTS/ENABLE_TESTS/ (#1630)
This change was made in:
d9647f214 cmake: Improve testing.

This has no effect on the fuzz target, but will decrease the build time.
2018-07-18 16:14:04 -07:00
Varun Khaneja eac73b7da1 [unrar] Remove -DRAR_NOCRYPT since it is not used in Chromium (#1628) 2018-07-18 15:14:58 -07:00
Anirudh cd8e557241 envoy: modified identification of corpus path (#1607) 2018-07-18 13:57:18 -07:00
wantehchang 90f03e3afa [libaom] Add MemorySanitizer (MSan) support. (#1627)
Build libaom with all assembly code disabled for MemorySanitizer.
2018-07-17 17:41:55 -07:00
wantehchang fb776a2881 [libaom] Run cmake in a subdirectory under $WORK. (#1625)
Before we run cmake, we remove everything in the directory where we run
cmake. This will remove /work/msan if we run cmake in $WORK. To avoid
that, create a $WORK/build directory and run cmake in that directory.
2018-07-17 15:41:08 -07:00
Anirudh 0c9d76a000 [envoy] Add Anirudh email to auto_ccs (#1622) 2018-07-17 11:18:49 -07:00
Khaled Hosny 70359530a7 [ots] Update build to use meson (#1620) 2018-07-17 07:58:23 -07:00
Nelson Elhage bcf02076e6 Fix email address for libgit2 (#1619)
* Fix email address for libgit2

* Update project.yaml
2018-07-15 20:23:43 -07:00
Armin Hasitzka bca1735143 [Freetype] Update build process: (#1614)
- Build the known target `ftfuzzer' with FreeType's new, dedicated testing repository.
- Move most of the build logic regarding the fuzz targets to FreeType's repository.
2018-07-13 12:12:52 -07:00
Nelson Elhage c0661eefc4 Add a fuzzer for libgit2 (#1604)
* Add a libgit2 fuzzer for the `git fetch` client

* Use a fresh remote each time

* Build fewer things, use fewer deps

* no ssh, either

* Add a corpus with one file.

Slightly tweaked network dump of a `git clone` on a tiny repo.

* auto_ccs is a list

* Rename the fuzzer

* only email in project.yaml

* Use `master`

I had left in a `-b oss-fuzz` from testing off my fork
2018-07-13 08:13:05 -07:00
urvangjoshi 6ec00106a5 Rename dictionary file to match conventions (#1612) 2018-07-12 20:25:32 -07:00
urvangjoshi b2dd9ab7ed libaom: Add dictionary file. (#1611)
* libaom: Add dictionary file.

* Add byte position for fourCC too
2018-07-13 12:19:04 +10:00
Jiří Daněk b3e75a1143 [qpid-proton] fix patch after changes to upstream build (#1610)
This is a temporary workaround until I can get
* https://github.com/apache/qpid-proton/pull/143
* and https://github.com/apache/qpid-proton/pull/146
reviewed and merged in upstream.

After that, no patches should be necessary.
2018-07-12 10:11:50 -07:00
jonathanmetzman c25212663d
[skia] Update patch to fix build breakage. (#1609) 2018-07-12 09:11:43 -07:00
jonathanmetzman 1dc38bd6e4
Pin SwiftShader revision to a known good build. (#1606) 2018-07-11 10:47:51 -07:00
jonathanmetzman eafe48113d
[xmlsec] Integration: Attempt 2 (#1605)
Use static linking this time
2018-07-10 06:20:46 -07:00
jonathanmetzman 822d801224
Revert "[xmlsec] oss-fuzz integration (#1600)" (#1602)
This reverts commit 85be4d0322.
2018-07-09 13:49:24 -07:00
Bhargava Shastry 85be4d0322 [xmlsec] oss-fuzz integration (#1600) 2018-07-09 12:38:52 -07:00
Sebastian Rasmussen 837ad97be8 [mupdf] Adapt to recent API change, so test compiles again. (#1601) 2018-07-08 11:48:38 -07:00
urvangjoshi cd9acd02f9 [libaom] Enable asserts in build.sh (#1599) 2018-07-06 15:11:43 -07:00
urvangjoshi 22119c0252 [libaom] Enable DO_RANGE_CHECK_CLAMP config. (#1598)
This is to avoid some noise of integer overflow sanitizer errors in
transform functions, which are actually working as intended.

BUG=oss-fuzz:9065
2018-07-06 09:34:53 -07:00
Kevin Lubick ad16bff88d [skia] Fix merge conflicts (#1597) 2018-07-06 09:34:24 -07:00
Dan Fandrich 3186884b0f libexif: Add JPG files used by libexif tests to the corpus (#1596)
These are chosen to exercise many of the MakerNote parser variants.
2018-07-04 07:43:30 -07:00
Kevin Lubick 52b46f42be Rebase (#1594) 2018-07-03 14:03:46 -07:00
Kevin Lubick 5e736cd1b7 [skcms] Fix skcms build (#1593) 2018-07-03 13:58:36 -07:00
Emmett Neyman 429379bab0 [llvm] Add email to llvm auto_ccs (#1592) 2018-07-03 11:23:08 -07:00
Guido Vranken 422df7dab4 GNU multiprecision (libgmp) fuzzer (#1587)
* Build OpenSSL+libgmp fuzzer

* Fix comment typo
2018-07-03 09:51:01 -07:00
Daniel Salzman 6bd5fdaff9 [knot-dns] Add dname to/from string tests (#1590)
Relates to https://gitlab.labs.nic.cz/knot/knot-dns/commit/6536d71bdf590c8
2018-07-03 07:04:31 -07:00
Abhishek Arya 92907b084b
Update build.sh 2018-07-02 21:06:10 -07:00
urvangjoshi f8071907bd libaom: Enable per-allocation memory limit. (#1588)
This avoids OOM fuzzer failures due to 2 GB limit set by oss-fuzz.

BUG=oss-fuzz:9222,9224
2018-07-02 17:31:39 -07:00
Bhargava Shastry d683797a4a Move libcoap test harness to its source repo (#1586) 2018-07-02 07:12:19 -07:00
Nick Mathewson 6b95c945dd When building Tor, get an up-to-date list of the static libraries (#1585) 2018-07-01 07:17:50 -07:00
James Zern 7db58dc749 libwebp,project.yaml: add Pascal to auto_cc (#1584) 2018-06-30 14:09:46 -07:00
urvangjoshi 203510bc49 libaom: call codec_destroy at the end. (#1583)
This call was mistakenly missing earlier.

BUG=oss-fuzz:8849
BUG=oss-fuzz:8853
2018-06-29 16:19:45 -07:00
James Zern 73886ea3b6 libaom,project.yaml: add wtc@ to auto_cc (#1582) 2018-06-29 12:24:34 -07:00
James Zern 02da75de99 libwebp,build.sh: enable asserts (#1580) 2018-06-28 10:12:48 -07:00
pdknsk 8a562d5310 [qcms] move target (#1577)
* add missing (if unnecessary) compiler flag

* change wget to ADD

* don't change checkout dir

* move target to mozilla-central
2018-06-27 19:34:38 -07:00
jonathanmetzman 0536801fd1
[skia] Use Skia's clone of SwiftShader and speculative fix for broken build (#1576)
Don't explicityly clone SwiftShader in the Dockerfile, since Skia
does that itself.
Also, make a speculative fix for a build issue where builders get
confused by the current working directory.
2018-06-26 13:23:44 -07:00
YannisGuyon 5631c1b84e [libwebm] Update project.yaml (#1571) 2018-06-26 10:17:15 -07:00
jonathanmetzman f5f98cf608
Build Skia with SwiftShader (#1573)
This requires  building SwiftShader as well as changes to skia's
build. Reenables fuzzers that were disabled for AFL since we no
longer need to patch the binaries.
Also optimize invocations of git clone by adding --depth 1.
2018-06-26 10:00:23 -07:00
Catena cyber fced18b2c7 [capstone] Fix use of variables in build.sh (#1570) 2018-06-26 06:34:00 -07:00