Commit Graph

3479 Commits

Author SHA1 Message Date
Tim Rühsen 50390b7fb5 [libtasn1] Initial integration (#2646) 2019-08-01 12:46:03 -07:00
Oscar Mira 8c85836a29 [libvips] Add project (#2641)
* [libvips] Add project

* [libvips] Use CXX for linking to fix UBSAN build
2019-08-01 07:16:18 -07:00
Guido Vranken c09f8970da [cryptofuzz] Golang (#2643) 2019-07-31 15:40:12 -07:00
Thomas Orgis 0a100f4c1c [mpg123] silence library error messages (#2642)
* mpg123/read_fuzzer: disable error messages from libmpg123

This shall remove any error messages libmpg123 prints out during fuzzing,
leaving only the crash trace at the inevitable end.
2019-07-31 12:57:00 -07:00
Guido Vranken 6c0fcaf1b2 [cryptofuzz] LibreSSL noasm target (#2639) 2019-07-30 14:47:35 -07:00
Guido Vranken f5f49fdc7f [cryptofuzz] Cityhash reference implementation (#2636) 2019-07-30 07:11:27 -07:00
Max Dymond 8adb1a1fcc [aspell] Add GNUAspell support to OSS Fuzz (#2632)
* Add GNUAspell support to OSS Fuzz

* Set @kevina's primary address to gnu account

* Temporarily point at cmeister2 fork of Aspell to pass CI
2019-07-29 10:52:42 -07:00
Khaled Hosny 535f9260e2 [ots] Update build script to match upstream build (#2633) 2019-07-28 15:33:23 -07:00
Google AutoFuzz Team fbb12a53c0 [spdlog] Add spdlog support to oss-fuzz as a starting point (#2629) 2019-07-26 07:48:50 -07:00
Khaled Hosny 07feba29c6 [ots] Show meson log on setup failure (#2630)
Helps quickly debugging build failures.
2019-07-26 07:23:59 -07:00
Max Dymond 2c15ae053f [jansson] Enable memory sanitizer for jansson (#2627) 2019-07-24 11:30:17 -07:00
Max Moroz 12d6d31e44
[infra] Use gsutil "cp" instead of "rsync" for coverage job (#2585). (#2625) 2019-07-23 10:12:37 -07:00
Gerald Combs e36b9ceb0f [wireshark] Add Gerald Combs to auto_ccs (#2624) 2019-07-23 09:29:54 -07:00
Max Dymond 632d9739db [jansson] Add jansson support to oss-fuzz (#2622)
Signed-off-by: Max Dymond <cmeister2@gmail.com>
2019-07-23 09:13:41 -07:00
Guido Vranken d651af35ff [cryptofuzz] Add Pauli Dale (#2621) 2019-07-21 12:54:22 -07:00
Randy 4fbb006443 [libzip] Integrate libzip (#2560)
* initial integration for libzip

* libzip: update build.sh

* update files

* dummy commit to trigger build check
2019-07-21 12:52:50 -07:00
Nikos Mavrogiannopoulos 086eb67f39 gnutls: use new method to boostrap libtasn1 (#2620)
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2019-07-19 06:04:39 -07:00
Alex Gaynor f4076b8b8e [imagemagick] update libpng git repo (#2618) 2019-07-18 17:20:55 -07:00
Alex Gaynor 2ac2e3957f [graphicsmagick] update libpng git repo (#2619) 2019-07-18 17:20:40 -07:00
Lizan Zhou 7f239c12a6 [envoy] fix envoy fuzz build (#2615)
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
2019-07-17 21:43:41 -07:00
Bhargava Shastry 09e316afef [Solidity] Enable abiv2 proto fuzzer (#2614) 2019-07-17 09:34:07 -07:00
Tobias Brunner 1ab23f71f4 [strongswan] Switch back to LIB_FUZZING_ENGINE to fix build (#2613)
References #2317.
2019-07-17 06:49:47 -07:00
Abhishek Arya d4e4728900
Update Dockerfile 2019-07-16 15:13:38 -07:00
Bhargava Shastry ca11c5128c Install protobuf-mutator toolchain before building solidity (#2611) 2019-07-16 06:10:45 -07:00
Alex Gaynor 0619a50b4d Remove references to my Alex's mozilla email (#2610) 2019-07-15 19:56:34 -07:00
Tyson Smith fe79deab29 [qcms] Update contacts (#2609) 2019-07-15 19:46:51 -07:00
Abhishek Arya a117436fdb
Add maintainer for libsass. (#2605) 2019-07-15 19:06:08 -07:00
Abhishek Arya 9ab034a1ff
Add maintainer contact for freeimage. (#2606) 2019-07-15 09:00:28 -07:00
Abhishek Arya eaa2256571
Add maintainer contact for mpg123. (#2604) 2019-07-15 08:49:11 -07:00
Guido Vranken fe2e511da8 [cryptofuzz] Add Richard of OpenSSL to auto_ccs (#2603) 2019-07-15 06:00:34 -07:00
Abhishek Arya f2fb4874a4
Fix qcms build failure 2019-07-14 22:47:05 -07:00
Michael Niedermayer b8bb98260c projects/ffmpeg/build: Disable components during build of libavformat which are not tested (#2601)
This disables network protocol code, muxing and IO device code.
None of this is tested currently.

This reduces the filesize slightly and speeds up build slightly
This could matter if we switch to one binary tool per container format
for testing. Currently it probably doesnt matter much.

We may want to add support for testing muxing in the future but first
good coverage of the input (demuxing) side should be achieved.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2019-07-14 11:50:18 -07:00
Abhishek Arya 56329c9402
Add jsonnet developer to auto_cc list (#2598) 2019-07-13 14:38:21 -07:00
Guido Vranken fde1306c40 [python3-libraries] Fix coverage build (#2600)
Coverage builds were failing due to FLAGS being empty which threw an 'unbound variable' error.
2019-07-13 14:38:06 -07:00
Abhishek Arya 59be14786b
Revert "Remove unmaintained jsonnet." (#2597)
* Revert "Remove unmaintained jsonnet. (#2595)"

This reverts commit ded820b3d8.

* Update project.yaml
2019-07-12 19:39:18 -07:00
Abhishek Arya de5c2b5949
Remove experimental bit for git project. (#2596) 2019-07-12 16:32:41 -07:00
Abhishek Arya ded820b3d8
Remove unmaintained jsonnet. (#2595) 2019-07-12 16:25:43 -07:00
Nick Terrell af4b270e4a [zstd] Update contacts (#2594) 2019-07-12 16:01:56 -07:00
Max Moroz 8c080f6989 [docs] Add a note that source code files must not be deleted in build.sh. 2019-07-12 09:29:39 -07:00
Catena cyber f49aaecdfc Use main repo for project MbedTLS (#2592)
* mbedtls ok

* Do not copy removed patch
2019-07-12 07:59:39 -07:00
Bhargava Shastry ab91fbd152 Update bzip2 homepage and primary contact address (#2591) 2019-07-12 06:51:22 -07:00
Lizan Zhou 3092faf7c0 [envoy] define force_libcpp=enabled (#2586)
* envoy: force_libcpp=enabled

Signed-off-by: Lizan Zhou <lizan@tetrate.io>

* fix

Signed-off-by: Lizan Zhou <lizan@tetrate.io>
2019-07-10 15:19:11 -07:00
Tyson Smith cb7abb7c64 [bzip2] Target upstream codebase (#2587)
* [bzip2] Target upstream codebase

* [bzip2] Add CC

* [bzip2] Enable UBSan

* [bzip2] Build seed corpus from samples
2019-07-10 13:02:36 -07:00
Evgeny Vereshchagin d675f4b59c [systemd]: add Susant Sahani and Chris Down (#2583) 2019-07-10 08:34:10 -07:00
Guido Vranken 8aee7894e4 [python3-libraries] (#2567)
* [python3-libraries]

* [python3-libraries] Use upstream CPython. Improve sanitization flags.

* [python3-libraries] Add difflib, csv, decode fuzzers
2019-07-10 07:20:26 -07:00
Andreas Schneider 44bda90444 [libssh] Add the libssh client fuzzer (#2581)
* [libssh] Clone the repository with depth=1

* [libssh] Add a client fuzzer
2019-07-09 07:03:49 -07:00
Guido Vranken 91447e2e3c [libsrtp] Use upstream libsrtp (#2580) 2019-07-08 15:52:54 -07:00
Maksim Shabunin 77f0c4b8a3 [opencv] Added myself to opencv project (#2575) 2019-07-08 09:18:34 -07:00
Catena cyber c58fc17c52 [gnupg] Updates fuzz targets for gnupg (#2576)
Adding an arugment to public_key_list
2019-07-08 06:29:22 -07:00
Vincent Ulitzsch 84119adfbd [giflib] Fix build failure for giflib (#2572)
This commit fixes the current build failure for giflib
by adding GifQuantizeBuffer into the fuzzer's header file.
2019-07-05 12:18:50 -07:00