Commit Graph

4830 Commits

Author SHA1 Message Date
Ondřej Surý aeef1e43f1
[bind9] Drop libltdl build as it was replaced by libuv in the upstream (#4602) 2020-11-05 06:19:57 -08:00
Catena cyber 24e1b863eb
Adds one dictionary for suricata (#4603) 2020-11-05 06:19:17 -08:00
bungeman d83e3f543d
[freetype] Remove zlib and libpng dev packages. (#4597)
The upstream build of the fuzzer currently builds freetype --without-zlib
and --without-png so these are not needed. In addition, because of the
way these dependencies are used they must be built with the sanitizer in
order to detect interesting issues like CVE-2020-15999, where FreeType
may call into libpng incorrectly but it is libpng which actually does
the reads and writes. This has been proposed upstream at
https://github.com/freetype/freetype2-testing/pull/86 which uses
prefixes to ensure that the system symbols are never used, but it would
be beneficial to not have them available at all.
2020-11-04 11:01:18 -08:00
Bhargava Shastry 80dda19d4f
mruby: Fix build (#4583) 2020-11-04 09:22:49 -08:00
apascovici d987cc1021
Fix building & repro on local source (#4594)
* Fix building & repro on local source

With this
https://google.github.io/oss-fuzz/advanced-topics/reproducing/#reproduce-using-local-source-checkout
actually works

* Update Dockerfile

Co-authored-by: Abhishek Arya <inferno@chromium.org>
2020-11-03 09:49:47 -08:00
Josh Matthews edf81080a8
Update servo email. (#4590) 2020-11-02 10:44:19 -08:00
Kevin Lubick 7dc92a6cb5
[skia] Fix MSAN build and remove link limit for CIFuzz (#4588)
* [skia] Fix MSAN build and remove link limit for CIFuzz

* Fix unbound var
2020-11-02 08:38:08 -08:00
ankitgoogle b3f9b646b4
Adding an myself to the mailing list. (#4587)
@inferno-chromium
@yhirose
2020-11-02 08:03:36 -08:00
Michael Niedermayer 3725c071d0
[FFmpeg] update git link to libva (#4582)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2020-10-30 23:22:48 -07:00
Catena cyber 9f3ede2499
Fix ecc-diff-fuzzer build (#4581)
* Fix ecc-diff-fuzzer build

by using a more recent npm version

* Remove useless symlink in ecc-diff-fuzzer

* Remove old libgcrypt
2020-10-30 11:48:14 -07:00
Martin Holst Swende 37102494f8
go-ethereum: update maintainers (#4579) 2020-10-30 08:11:28 -07:00
Guido Vranken 5aee8e4e76
[nettle] Add project (#4578)
* [nettle] Add project

* [nettle] Fix language field in project.yaml
2020-10-29 22:09:09 -07:00
apascovici 2d57e6e37a
Update Dockerfile (#4577)
per https://bellard.org/quickjs/
2020-10-29 09:16:38 -07:00
Teju Nareddy 3e90a4ab3f
[espv2] Fix build failures due to OOM (#4569)
* [espv2] Fix build failures due to OOM

ESPv2 builds have been failing with OOM since we updated our envoy dependency.

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Fix ubsan and coverage builds

Only use `--copt -D__SANITIZE_ADDRESS__` for `address` builds

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Remove another copt

Signed-off-by: Teju Nareddy <nareddyt@google.com>

* Fix spawn strategy, unsure why it causes build failure

Signed-off-by: Teju Nareddy <nareddyt@google.com>
2020-10-29 07:50:50 -07:00
Arash Partow 0c8e9162eb
[exprtk] Initial Integration (#4543) 2020-10-28 12:55:56 -07:00
Guido Vranken 250926a9a4
[cryptofuzz] Multiple updates (#4567)
* [wolfCrypt] Enable more wolfCrypt features

* [cryptofuzz] Add Monocypher

* [cryptofuzz] Update Boost to v1.74

* [cryptofuzz] Improve Botan build time

* [cryptofuzz] Improve Crypto++ build time

* [cryptofuzz] wolfCrypt: Add build option required for ECDSA signing

* [cryptofuzz] Reference Nettle's libhogweed.a

This is required for Nettle ECC operations.

* [cryptofuzz] wolfCrypt: Enable XCHACHA
2020-10-27 23:17:32 -07:00
asraa 2b9e9e7bd0
add libc++ (#4565)
Signed-off-by: Asra Ali <asraa@google.com>
2020-10-26 13:33:43 -07:00
Andrew Bartlett ee423bf3d6
Samba is C, not C++ (#4563)
We are quite strictly and proudly a C project.
2020-10-24 14:42:40 -07:00
Oleg Oshmyan 86eaa2b5d3
[libass] Build with HarfBuzz (#4562)
This fixes the build that got broken when libass made HarfBuzz
a required dependency. This should also cover more libass code
with the fuzzing.
2020-10-23 17:30:28 -07:00
Tyson Smith 3226bd66d2
[mp4parse-rust] Build better avif corpus (#4558) 2020-10-22 16:44:15 -07:00
Josh Matthews 7c73e6c1d6
[servo] Update primary contact for Servo (#4561) 2020-10-22 15:36:47 -07:00
Dominik Röttsches fbf916ce14
[HarfBuzz] Use my chromium account for CC (#4559) 2020-10-22 07:13:56 -07:00
Dominik Röttsches 0215e1ded3
[harfbuzz] Add myself as auto CC for HarfBuzz (#4554)
I am responsible for rolling HarfBuzz into Chromium. I would like
to stay on top of oss-fuzz issues for HarfBuzz as they are reported.
2020-10-21 13:42:07 -07:00
Alexander Bulekov 4bf509a916
[qemu] add ninja to the build image (#4557)
As of QEMU's 09e93326e4 ("build: replace ninjatool with ninja"), QEMU
now requires ninja instead of ninjatool for builds.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
2020-10-21 10:43:56 -07:00
Robert Löhning 88fa1b2da7
[qt] Clone submodules in one go (#4555) 2020-10-21 10:23:50 -07:00
Matt Johnston 0a691dcbff
[dropbear] Disable zlib (#4551) 2020-10-20 09:48:56 -07:00
AdamKorcz 02455a7def
[go-ethereum] Initial integration (#4515)
* [go-ethereum] Initial integration

* Updated primary contact
2020-10-19 11:31:01 -07:00
jonathanmetzman 8daba1a1a1
[CIFuzz] Don't assume fuzzer output is ASCII (#4537)
[CIFuzz] Don't assume fuzzer output is ascii

This is wrong because the output can be arbitrary. Instead change
code that deals with the output to deal with bytes. The testcase,
which is derived from the output can be decoded as UTF-8 since it
will be a unix path.
2020-10-19 10:10:22 -07:00
Bhargava Shastry bca4ff4ee8
solidity: Upgrade boost (#4546) 2020-10-19 08:13:23 -07:00
Max Dymond b10939e212
Switch libsndfile repository to the updated repository (#4545) 2020-10-19 20:02:09 +11:00
Omkar Jadhav 048b14d9d9
Update email IDs to access bug reports (#4544) 2020-10-19 00:36:30 -07:00
Ben Pfaff 30158fd21b
[openvswitch] Add William Tu and Ilya Maximets to autoccs list. (#4542)
William and Ilya are both upstream maintainers of Open vSwitch, as one
can see from:
https://github.com/openvswitch/ovs/blob/master/MAINTAINERS.rst
They have both expressed interest in getting early access to allow
them to fix problems before public release.
2020-10-16 16:44:02 -07:00
Louis Dionne c197d39435
[libc++] Execute the oss-fuzz script located in the libc++ tree (#4541) 2020-10-16 14:35:11 -07:00
Omkar Jadhav e67253def1
Add new email id to autocc (#4540) 2020-10-16 07:47:47 -07:00
James Zern beae72d50c
libwebp: use fuzzers from upstream (#4539)
* libwebp: use fuzzers from upstream

BUG=https://crbug.com/webp/409

* build.sh: link with CXX

fixes C builds linking with various sanitizers
2020-10-16 07:47:13 -07:00
DavidKorczynski 303bd9c279
[fluent-bit] Update the build script to succeed (#4536)
Disable compilation of Loki out plugin.
2020-10-15 08:50:25 -07:00
Omkar Jadhav a24dac5135
[yhirose/cpp-httplib] Add to oss-fuzz (#4508)
* Add cpp-httplib to oss-fuzz

* change primary contact in project.yaml

* Remove fuzzing_engines property from project.yaml

* Incorporate new changes in  httplib.h

* Disable i386 config

* Remove memory sanitizer

* Fix formatting issues

* 1. Use official repo
2. Add new email to autocc
2020-10-15 07:37:17 -07:00
Victor Zverovich 7452f5738e
Fix fmt project name and fuzzer paths (#4533) 2020-10-15 07:13:43 -07:00
Michael Niedermayer 2cd2ee63d7
[FFmpeg] Add fuzzers for individual demuxers (#4529)
This should improve coverage of libavformat
2020-10-14 19:15:14 -07:00
James Zern f0a3de78ff
opus: enable asserts (#4532) 2020-10-14 19:14:36 -07:00
James Zern 0e1d4e44c2
opusfile: enable asserts (#4531) 2020-10-14 19:14:16 -07:00
Nick Terrell 1faee9752c
[zstd] Update auto_ccs (#4534) 2020-10-15 10:16:03 +11:00
Joe Drago a5e4f5726d
Move avif_decode_fuzzer.cc from oss-fuzz/projects/libavif/ to the libavif project (#4530)
https://github.com/AOMediaCodec/libavif/issues/366

Co-authored-by: Joe Drago <jdrago@netflix.com>
2020-10-13 13:29:56 -07:00
Catena cyber 5808e4da3f
Remove dataflow for ndpi project (#4528) 2020-10-13 07:50:25 -07:00
mbarbella-chromium 0deeef6e31
Revert "Python SyntaxError: leading zeros in decimal integer literals (#4523)" (#4525)
This reverts commit fa0c1b4c6d.
2020-10-12 08:52:37 -07:00
mbarbella-chromium 2b2f5c504f
Revert "nettle.py: SyntaxError leading zeros in decimal integer literals (#4522)" (#4524)
This reverts commit 6fe03eafb5.
2020-10-12 08:50:38 -07:00
Christian Clauss 6fe03eafb5
nettle.py: SyntaxError leading zeros in decimal integer literals (#4522)
* SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers

* Placate pylint
2020-10-12 08:44:44 -07:00
Christian Clauss fa0c1b4c6d
Python SyntaxError: leading zeros in decimal integer literals (#4523)
Python SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
2020-10-12 08:41:52 -07:00
DavidKorczynski 0c3b6d7831
Added the rust-lang regex project. (#3811) 2020-10-12 07:58:58 -07:00
jonathanmetzman 449ef28a87
[CIFuzz] Retry HTTP requests on certain errors (#4516)
Skia has seen some unhandled connection reset errors.
When we see these errors when downloading old OSS-Fuzz build, retry downloading it, since the error is likely transient.
2020-10-12 07:50:38 -07:00