Commit Graph

5047 Commits

Author SHA1 Message Date
Martin Holst Swende e838b5f3a4
projects/go-ethereum: improve build + move config to project repo (#4621) 2020-11-10 08:58:58 -08:00
metamerism 6195bf380e
[OpenEXR] update for OpenEXR-3.0 build config (#4624)
* [OpenEXR] update for OpenEXR-3.0 build config

Signed-off-by: Peter Hillman <peter@pedro.kiwi>
2020-11-09 19:02:22 -08:00
Oliver Chang 8b10d4b705
Fix incorrect OSS-Fuzz build project deletion. (#4623) 2020-11-10 11:10:43 +11:00
Sergey Nizovtsev 04bc87103d
Move tmux to point at the correct repository (#4622) 2020-11-09 11:34:39 -08:00
StalkR 77fa6b32ba
capstone/keystone/unicorn: add to auto_ccs (#4456) 2020-11-09 07:31:47 -08:00
Bhargava Shastry e0c46fa6b8
Solidity: Fuzz breaking branch instead of develop (#4620) 2020-11-09 07:29:09 -08:00
Gabriel Kihlman 8a54f35c2d
[libfido2] Update contacts list (#4619) 2020-11-09 06:56:34 -08:00
Sergey Nizovtsev a0528670aa
[tmux] Initial integration (#4593)
Signed-off-by: Sergey Nizovtsev
2020-11-09 06:55:00 -08:00
Guido Vranken 24f263f32d
[cryptofuzz, nettle] Update Botan library path (#4616) 2020-11-07 07:33:46 -08:00
Abhishek Arya 400e898705
Freeze llvm version due to #4608 2020-11-06 08:12:02 -08:00
Abhishek Arya c960b50e0f
Revert "Use symlink instead of broken -path-equivalence (#4610)" (#4611)
This reverts commit 65cd35731f.
2020-11-06 08:09:24 -08:00
Abhishek Arya 65cd35731f
Use symlink instead of broken -path-equivalence (#4610) 2020-11-05 23:18:21 -08:00
Max Moroz 87a4db3d13
[docs] Clarify the integration rewards page regarding the max reward amount. (#4599)
* [docs] Clarify the integration rewards page regarding the max reward amount.

* replace the "biggest rewards" with "top rewards"

* explain the rewards structure in more detail as suggested by Oliver

* fix a typo
2020-11-05 16:59:39 -08:00
Catena cyber b28d30ef3b
Compatible build for Suricata with CIFuzz (#4606) 2020-11-05 15:26:34 -08:00
DavidKorczynski dc5574d93d
Fix set up of Fluent Bit following new fuzzers upstream. (#4607) 2020-11-05 15:25:42 -08:00
Omkar Jadhav 8fdab54d83
[yhirose/cpp-httplib] Enable memory sanitizer (#4598)
* enable msan

* Update Dockerfile
2020-11-05 07:36:13 -08:00
Max Dymond d3d7d67812
[libssh2] Move libssh2 to point at the correct repository (#4601)
Point the Dockerfile at the correct place now
2020-11-05 06:20:40 -08:00
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