Commit Graph

4790 Commits

Author SHA1 Message Date
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
Alex Gaynor 878e009488
[graphicsmagick] fixed cloning of freetype2 (#4517)
* [graphicsmagick] fixed cloning of freetype2

* Update Dockerfile
2020-10-10 21:03:45 -07:00
Alex Gaynor 69522fa20b
[imagemagick] fixed cloning of freetype2 (#4518)
* [imagemagick] fixed cloning of freetype2

* Update Dockerfile
2020-10-10 21:03:32 -07:00
John Safranek 3d78e78497
Add me please. (#4513) 2020-10-09 10:11:23 -07:00
wantehchang ede0479d38
Update to new prototype of avifDecoderSetIOMemory (#4512)
avifDecoderSetIOMemory() has been changed to take the buffer data
pointer and buffer size as input parameters.
2020-10-09 10:10:25 -07:00
metamerism 488d1d35d9
[openexr] add support for intergrated exrcheck_fuzzer (#4514)
Signed-off-by: Peter Hillman <peter@pedro.kiwi>
2020-10-09 10:09:47 -07:00
Bhargava Shastry 4c4d80edfa
Solidity: update docker image and build script (#4397) 2020-10-08 06:20:59 -07:00
Google AutoFuzz Team e7b79f9ece
Change the url for the fuzzing dictionary (#4509) 2020-10-08 06:13:50 -07:00
DavidKorczynski 475f86dbc4
[fluent-bit] Fixed broken build. (#4507) 2020-10-07 13:31:56 -07:00
Max Moroz f8bd878191
[docs] Reproducing: clarify that reproduce command works only with libfuzzer (#4497). (#4504)
The change was proposed by @pauldreik in https://github.com/google/oss-fuzz/issues/4497#issuecomment-703075579
2020-10-05 12:53:37 -07:00
Guido Vranken 0fe19f69cb
[cryptofuzz] Add crypto-js (#4500) 2020-10-05 10:25:40 -07:00
Erik de Castro Lopo 0c637b93ba
[libsndfile]: Update contacts, ignore JNI coverage errors (#4503) 2020-10-02 20:12:09 -07:00
asraa c1f1afe530
[envoy] fix envoy coverage (#4502)
* fix envoy coverage

Signed-off-by: Asra Ali <asraa@google.com>

* remove interns and hosts

Signed-off-by: Asra Ali <asraa@google.com>
2020-10-02 11:52:05 -07:00
Josh Matthews 332e0cf3b3
Update servo contact. (#4501) 2020-10-02 09:36:19 -07:00
Jeff Muizelaar 405a7e8ad1
Rewrite qcms fuzz target for the change to Rust (#4499) 2020-09-30 07:05:33 -07:00
Catena cyber f9f99a9604
Enables MSAN for Suricata (#4455)
* Enables MSAN for Suricata

* Move rustup std lib download to base-builder
2020-09-30 07:04:22 -07:00
David Drysdale 14275cf2a7
[c-ares] Add more upstream maintainers to cc (#4498) 2020-09-29 10:13:31 -07:00
Pete Harris 47b025ddbe
[astc-encoder] Sync with upstream and use in-project build.sh (#4488)
* [astc-encoder] Update to use in-project build.sh

- Latest project upstream no longer needs Makefile patch
- Latest project upstream includes a build.sh and some locally
  hosted fuzzers

* Remove oss-fuzz hosted fuzzers
2020-09-28 14:37:30 -07:00
Max Moroz ee749eed2f
[flac] Ignore coverage for JNI headers (fixes #4490). (#4496) 2020-09-28 12:38:34 -07:00
Luca Niccolini c96e2d2fc1
[proxygen] require gperf 3.1 (#4483)
* [proxygen] require gperf 3.1

proxygen recently switched to building with -std=c++17 
gperf < 3.1 emits code with the `register` keyword that has been retired

* do not apt-get install gperf
2020-09-28 11:58:42 -07:00
Oliver Chang 29146813d4
Update project.yaml (#4493) 2020-09-28 15:16:55 +10:00
Taylor Brandstetter 26303f8182
[usrsctp] Switch to main sctplab repository. (#4489) 2020-09-26 13:44:08 -07:00
Max Moroz 4e0b05ee50
[astc-encoder] Remove astc_encode_decode_ise_fuzzer completely. (#4485) 2020-09-25 12:35:15 -07:00
Max Moroz d03e74664b
[astc-encoder] Temporarily disable astc_encode_decode_ise_fuzzer. (#4484) 2020-09-25 10:40:19 -07:00
Oliver Chang ffc4bb4f9b
Rename google-cloud-go to gcloud-go. (#4480)
google-cloud-go causes issues as "google" is not allowed in bucket
names.
2020-09-25 12:00:32 +10:00
Oliver Chang 9c86c34258
Update project.yaml 2020-09-25 11:06:09 +10:00
Cody Oss 5434e702af
[google-cloud-go] Initial integration (#4479) 2020-09-24 17:40:47 -07:00
Antoine Pitrou b935c4fd8b
[Arrow] Enable building Brotli support (#4478)
Our seed corpus generation will be enhanced to also produce Parquet compressed files.
It needs compression to be enabled in the Arrow build configuration.
2020-09-24 10:52:31 -07:00
wantehchang 128e2f3b49
libavif: Update to the new avifIO reader API (#4472)
Fix a build failure.

BUG=25877
2020-09-23 10:55:20 -07:00
Catena cyber 3ccc0291d6
Adds ndpi dependency (#4471) 2020-09-23 07:51:24 -07:00
Oliver Chang 97136f87e4
Set main repo for clamav. (#4466) 2020-09-23 10:41:20 +10:00
Curtis Malainey e085651b87
SOF: add project yaml (#4465)
Sound open firmware is audio firmware for Intel and NXP systems and
therefore is safety critical for systems everywhere.

Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
2020-09-22 15:43:49 -07:00
Kevin Lubick 72e6ad992b
[skia] Use bin/gn (#4469) 2020-09-22 13:35:34 -07:00
Guido Vranken c21680d835
[wolfssl] Add more wolfSSL and wolfSSH fuzzers (#4468)
* [wolfssl] Add more wolfSSL and wolfSSH fuzzers

* [wolfssl] Don't build new fuzzers with dataflow

Same issue as https://github.com/google/oss-fuzz/issues/4402
Try again after that issue is resolved.
2020-09-22 11:33:27 -07:00
Kevin Lubick 25e212436a
[skia] Remove pinned swiftshader hack (#4467) 2020-09-22 08:01:53 -07:00
Lovell Fuller e25d79502e
libvips: add libheif and libaom as dependencies (#4463)
Allows fuzz testing of AVIF/HEIF inputs
2020-09-21 08:17:58 -07:00
Guido Vranken 8412009d55
[libressl] Add standalone Cryptofuzz instance (#4464) 2020-09-21 08:17:28 -07:00
metamerism 99b3190481
[openexr] fix reading extra EXR channels in readMulti (#4461)
Signed-off-by: Peter Hillman <peter@pedro.kiwi>
2020-09-21 07:32:04 -07:00
Oliver Chang 34751cf016
bisector: early exit when old_commit == new_commit. (#4458)
But do this after computing repo_url as that's still useful information.
2020-09-18 14:10:10 +10:00
metamerism 862bfa9604
[openexr] speed up scanline reading, read all channels in readMulti (#4457)
* [openexr] speed up scanline reading, read all channels in readMulti

Signed-off-by: Peter Hillman <peter@pedro.kiwi>

* [openexr] rearrange channel order in readMulti

Signed-off-by: Peter Hillman <peter@pedro.kiwi>
2020-09-17 18:31:01 -07:00
DavidKorczynski 6e713f2f5c
Fixed haproxy build. (#4454) 2020-09-17 07:50:47 -07:00