aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update servo email. (#4590)Gravatar Josh Matthews2020-11-02
|
* [skia] Fix MSAN build and remove link limit for CIFuzz (#4588)Gravatar Kevin Lubick2020-11-02
| | | | | * [skia] Fix MSAN build and remove link limit for CIFuzz * Fix unbound var
* Adding an myself to the mailing list. (#4587)Gravatar ankitgoogle2020-11-02
| | | | @inferno-chromium @yhirose
* [FFmpeg] update git link to libva (#4582)Gravatar Michael Niedermayer2020-10-30
| | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fix ecc-diff-fuzzer build (#4581)Gravatar Catena cyber2020-10-30
| | | | | | | | | * Fix ecc-diff-fuzzer build by using a more recent npm version * Remove useless symlink in ecc-diff-fuzzer * Remove old libgcrypt
* go-ethereum: update maintainers (#4579)Gravatar Martin Holst Swende2020-10-30
|
* [nettle] Add project (#4578)Gravatar Guido Vranken2020-10-29
| | | | | * [nettle] Add project * [nettle] Fix language field in project.yaml
* Update Dockerfile (#4577)Gravatar apascovici2020-10-29
| | | per https://bellard.org/quickjs/
* [espv2] Fix build failures due to OOM (#4569)Gravatar Teju Nareddy2020-10-29
| | | | | | | | | | | | | | | | | | | | | * [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>
* [exprtk] Initial Integration (#4543)Gravatar Arash Partow2020-10-28
|
* [cryptofuzz] Multiple updates (#4567)Gravatar Guido Vranken2020-10-27
| | | | | | | | | | | | | | | | | | | * [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
* add libc++ (#4565)Gravatar asraa2020-10-26
| | | Signed-off-by: Asra Ali <asraa@google.com>
* Samba is C, not C++ (#4563)Gravatar Andrew Bartlett2020-10-24
| | | We are quite strictly and proudly a C project.
* [libass] Build with HarfBuzz (#4562)Gravatar Oleg Oshmyan2020-10-23
| | | | | This fixes the build that got broken when libass made HarfBuzz a required dependency. This should also cover more libass code with the fuzzing.
* [mp4parse-rust] Build better avif corpus (#4558)Gravatar Tyson Smith2020-10-22
|
* [servo] Update primary contact for Servo (#4561)Gravatar Josh Matthews2020-10-22
|
* [HarfBuzz] Use my chromium account for CC (#4559)Gravatar Dominik Röttsches2020-10-22
|
* [harfbuzz] Add myself as auto CC for HarfBuzz (#4554)Gravatar Dominik Röttsches2020-10-21
| | | | 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.
* [qemu] add ninja to the build image (#4557)Gravatar Alexander Bulekov2020-10-21
| | | | | | 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>
* [qt] Clone submodules in one go (#4555)Gravatar Robert Löhning2020-10-21
|
* [dropbear] Disable zlib (#4551)Gravatar Matt Johnston2020-10-20
|
* [go-ethereum] Initial integration (#4515)Gravatar AdamKorcz2020-10-19
| | | | | * [go-ethereum] Initial integration * Updated primary contact
* [CIFuzz] Don't assume fuzzer output is ASCII (#4537)Gravatar jonathanmetzman2020-10-19
| | | | | | | | [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.
* solidity: Upgrade boost (#4546)Gravatar Bhargava Shastry2020-10-19
|
* Switch libsndfile repository to the updated repository (#4545)Gravatar Max Dymond2020-10-19
|
* Update email IDs to access bug reports (#4544)Gravatar Omkar Jadhav2020-10-19
|
* [openvswitch] Add William Tu and Ilya Maximets to autoccs list. (#4542)Gravatar Ben Pfaff2020-10-16
| | | | | | | 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.
* [libc++] Execute the oss-fuzz script located in the libc++ tree (#4541)Gravatar Louis Dionne2020-10-16
|
* Add new email id to autocc (#4540)Gravatar Omkar Jadhav2020-10-16
|
* libwebp: use fuzzers from upstream (#4539)Gravatar James Zern2020-10-16
| | | | | | | | | * libwebp: use fuzzers from upstream BUG=https://crbug.com/webp/409 * build.sh: link with CXX fixes C builds linking with various sanitizers
* [fluent-bit] Update the build script to succeed (#4536)Gravatar DavidKorczynski2020-10-15
| | | Disable compilation of Loki out plugin.
* [yhirose/cpp-httplib] Add to oss-fuzz (#4508)Gravatar Omkar Jadhav2020-10-15
| | | | | | | | | | | | | | | | | | * 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
* Fix fmt project name and fuzzer paths (#4533)Gravatar Victor Zverovich2020-10-15
|
* [FFmpeg] Add fuzzers for individual demuxers (#4529)Gravatar Michael Niedermayer2020-10-14
| | | This should improve coverage of libavformat
* opus: enable asserts (#4532)Gravatar James Zern2020-10-14
|
* opusfile: enable asserts (#4531)Gravatar James Zern2020-10-14
|
* [zstd] Update auto_ccs (#4534)Gravatar Nick Terrell2020-10-15
|
* Move avif_decode_fuzzer.cc from oss-fuzz/projects/libavif/ to the libavif ↵Gravatar Joe Drago2020-10-13
| | | | | | | project (#4530) https://github.com/AOMediaCodec/libavif/issues/366 Co-authored-by: Joe Drago <jdrago@netflix.com>
* Remove dataflow for ndpi project (#4528)Gravatar Catena cyber2020-10-13
|
* Revert "Python SyntaxError: leading zeros in decimal integer literals ↵Gravatar mbarbella-chromium2020-10-12
| | | | | (#4523)" (#4525) This reverts commit fa0c1b4c6d9f7d235ea297608e5cc434443aa7d8.
* Revert "nettle.py: SyntaxError leading zeros in decimal integer literals ↵Gravatar mbarbella-chromium2020-10-12
| | | | | (#4522)" (#4524) This reverts commit 6fe03eafb557c631d598cf2391f737f34499cb8c.
* nettle.py: SyntaxError leading zeros in decimal integer literals (#4522)Gravatar Christian Clauss2020-10-12
| | | | | * SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers * Placate pylint
* Python SyntaxError: leading zeros in decimal integer literals (#4523)Gravatar Christian Clauss2020-10-12
| | | Python SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers
* Added the rust-lang regex project. (#3811)Gravatar DavidKorczynski2020-10-12
|
* [CIFuzz] Retry HTTP requests on certain errors (#4516)Gravatar jonathanmetzman2020-10-12
| | | | 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.
* [graphicsmagick] fixed cloning of freetype2 (#4517)Gravatar Alex Gaynor2020-10-10
| | | | | * [graphicsmagick] fixed cloning of freetype2 * Update Dockerfile
* [imagemagick] fixed cloning of freetype2 (#4518)Gravatar Alex Gaynor2020-10-10
| | | | | * [imagemagick] fixed cloning of freetype2 * Update Dockerfile
* Add me please. (#4513)Gravatar John Safranek2020-10-09
|
* Update to new prototype of avifDecoderSetIOMemory (#4512)Gravatar wantehchang2020-10-09
| | | | avifDecoderSetIOMemory() has been changed to take the buffer data pointer and buffer size as input parameters.
* [openexr] add support for intergrated exrcheck_fuzzer (#4514)Gravatar metamerism2020-10-09
| | | Signed-off-by: Peter Hillman <peter@pedro.kiwi>