aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* [FFmpeg] Add entry for tools/target_io_dem_fuzzer (#4445)Gravatar Michael Niedermayer2020-09-15
| | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* [cryptofuzz] Add bn.js and bignumber.js (#4447)Gravatar Guido Vranken2020-09-14
| | | | | | | | These are popular JavaScript bignum libraries. Execution of JavaScript code happens through QuickJS. This commit adds xxd.c to the project directory because it's needed to build modules and the distribution doesn't provide it.
* Build more often for skia (#4448)Gravatar Abhishek Arya2020-09-14
|
* Update project.yamlGravatar Oliver Chang2020-09-14
|
* [openexr] rewind streams between readSingle and readMulti (#4443)Gravatar metamerism2020-09-12
| | | Signed-off-by: Peter Hillman <peter@pedro.kiwi>
* [inchi] Initial Integration (#4222)Gravatar Ravi Jotwani2020-09-11
| | | | | | | | | | | | | * added inchi_input_fuzzer * converted fuzzer to C, removed const_cast<char *> * place szINCHISource in heap rather than stack, reduce size of szINCHIKey * disable ubsan and update todo * Update InChI with new URL and contact address. Co-authored-by: Michael Jezierny <mtjz@google.com>
* [dovecot] Add new compilation depedencies and more maintainers (#4439)Gravatar Catena cyber2020-09-11
| | | | | * Adds dovecot new compilation depedencies * Add more maintainers to dovecot project
* [astc-encoder] Initial integration (#4188)Gravatar Ravi Jotwani2020-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit, build failing * added fuzzer, build failing * build working, deadly signal at runtime * fuzzer working until input ~25 * getting global-buffer-overflow, most likely due to insufficient size of output buffer * encode_ise_fuzzer build working * added decode_ise_fuzzer, load_decompress_image_fuzzer (build failing for the latter) * removed test_fuzzer, build working * fixed formatting issues with clang-format * combined astc_encode_ise fuzzer and astc_decode_ise_fuzzer, found correct output buffer size, added relevant comments to astc_load_decompress_image_fuzzer, fixed if statement style, made input size checks more accurate, and removed unused variable declaration in build script * style fixes * Fix ASTC build issues. Fixes the ASTC encoder build under AFL by putting Clang arguments in the correct (?) order. * removed implementation-specific checks, limited encode/decode_ise inputs to 64 bytes * Update ASTC build to work with the updated Makefile. * Try fixing AFL, Honggfuzz builds Co-authored-by: Michael Jezierny <mtjz@google.com> Co-authored-by: Abhishek Arya <inferno@chromium.org>
* [c-ares] Update build script for upstream changes (#4441)Gravatar David Drysdale2020-09-11
| | | | | | | | | | | | | | | | * [c-ares] Update build script for upstream changes Upstream https://github.com/c-ares/c-ares/pull/349 re-organized the c-ares source tree, so update build.sh to find things in their new places. Also remove the CFLAGS workaround, which seems to be no longer needed (and also seems to result in a malformed test/Makefile being generated). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25566 * [c-ares] Disable dataflow config Has link errors due to https://github.com/google/oss-fuzz/issues/3388
* Add two more maintainers for dovecot (#4442)Gravatar Aki Tuomi2020-09-11
|
* [PostgreSQL] Fix startup crashes (#4430)Gravatar Yunshu Ouyang2020-09-11
|
* [gstreamer] update meson version in docker image (#4437)Gravatar Matthew Waters2020-09-10
| | | | | | | GStreamer requires a newer verison of meson (>= 0.54) to build now. Fixed build error: meson.build:1:0: ERROR: Meson version is 0.53.2 but project requires >= 0.54
* [Fluent-bit] Refactor build script (#4372)Gravatar DavidKorczynski2020-09-10
| | | | | | | | | * Refactored the build script for fluent-bit since build is about to be controlled in upstream repo. * Update build.sh remove whitespace. * We only support libfuzzer and hongfuzz because of linking issues with AFL.
* [libjpeg-turbo] Update project contacts (#4436)Gravatar DavidKorczynski2020-09-10
| | | I spoke to the maintainers of libjperg turbo and they would like to have this email added to the CC list of bug reports.
* [skia] Add SkSL team to notification emails (#4435)Gravatar Kevin Lubick2020-09-10
| | | | | * [skia] Add SkSL TL to notification emails * et al
* [nginx] Fix startup crashes (#4433)Gravatar Yunshu Ouyang2020-09-10
| | | | | * Fix startup crashes * Clean-up fuzzer
* Adds a maintainer to dovecot ccs (#4427)Gravatar Catena cyber2020-09-09
|
* Update DockerfileGravatar Oliver Chang2020-09-09
| | | Fixes #4400
* Initial integration of Pugixml. (#4410)Gravatar DavidKorczynski2020-09-09
|
* [infra] Re-enable clang/LLVM auto-updating (#4348). (#4426)Gravatar Max Moroz2020-09-08
|
* [cifuzz] Improve docs (#4359)Gravatar jonathanmetzman2020-09-08
|
* [Nginx] fixing startup crashes (#4425)Gravatar Yunshu Ouyang2020-09-08
| | | | | * fixing startup crashes * Removed whitespaces
* [orbit] Grant more team members access to oss-fuzz (#4422)Gravatar Henning Becker2020-09-07
| | | | This CL adds more team members to `auto_css` for getting access to the ClusterFuzz dashboard and the bugtracker.
* Update project.yaml (#4423)Gravatar apascovici2020-09-07
|
* Add wrappers for getpwnam and getgrnam (#4419)Gravatar Yunshu Ouyang2020-09-07
|
* gnutls: removed Nikos as primary contact and add Daiki (#4417)Gravatar Nikos Mavrogiannopoulos2020-09-07
| | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* Remove get_username (#4418)Gravatar Yunshu Ouyang2020-09-07
|
* update corpus to the most recent version (#4416)Gravatar Arvid Norberg2020-09-07
|
* Fix OpenCV dependency. (#4412)Gravatar Vincent Rabaud2020-09-07
| | | | libjasper is not part of the oss-fuzz docker image anymore as it has been removed from Debian. So use built-in openjp2.
* [libheif] Add AOM as a dependency to enable AVIF fuzzing (#4414)Gravatar Lovell Fuller2020-09-06
|
* [rnp] Use patchelf instead of chrpath to add/change RPATH for fuzzers. (#4415)Gravatar Nickolay Olshevsky2020-09-06
|
* [PostgreSQL] Fixed fuzzers (#4398)Gravatar Yunshu Ouyang2020-09-04
| | | | | | | | | | | | | * Fixed fuzzers * Tar database * New file with common initialization part * Fixed argc/argv * Added set_stack_base * Fixed fuzzer_initialize.c
* Add MDB Tools project (#4403)Gravatar Evan Miller2020-09-03
|
* Adding Microsoft email to view libyuv bugs (#4409)Gravatar Anshuman Goel2020-09-03
| | | Adding Microsoft email as vendor_ccs to view libyuv bugs
* [orbit] Fix build bugs for Orbit (#4408)Gravatar Henning Becker2020-09-03
| | | | | | | I added the wrong header in the last commit. This will be fixed by this commit. Furthermore it seems to run as a different user in ClusterFuzz. So this is fixed as well.
* [quic-go] add fuzzing for the handshake (#4404)Gravatar Marten Seemann2020-09-02
|
* Add a blackbox field to project.yaml (#4405)Gravatar Oliver Chang2020-09-03
| | | | | | | | This is needed for CF to determine whether or not to allocate the project on a higher end bot to run the blackbox fuzzer. Previously this was keyed on the "none" entry under fuzzing_engines, which wasn't very descriptive. This change also lets us do both blackbox and greybox fuzzing in the same project, which will be done for quickjs.
* [git] Add auto_ccs to project.yaml (#4406)Gravatar steadmon2020-09-02
|
* [rnp] add more fuzzers and update build script. (#4391)Gravatar Nickolay Olshevsky2020-09-02
| | | | | | | | | * [rnp] remove verbose flag during botan unpacking. * [rnp] use as much make jobs, as available. * [rnp] stick to the $SRC folder during the build. * [rnp] automatically detect fuzzers and ignore possible chrpath error.
* [libsndfile] Add libsndfile support (#4388)Gravatar Max Dymond2020-09-01
|
* [envoy] fix envoy build (#4336)Gravatar asraa2020-09-01
| | | | | | | | | | | | | | | | | | | | | * fix envoy build Signed-off-by: Asra Ali <asraa@google.com> * fix ubsan Signed-off-by: Asra Ali <asraa@google.com> * revert Signed-off-by: Asra Ali <asraa@google.com> * fix coverage Signed-off-by: Asra Ali <asraa@google.com> * actually fix coverage Signed-off-by: Asra Ali <asraa@google.com>
* [Nginx] Fixed fuzzer startup crash (#4399)Gravatar Yunshu Ouyang2020-09-01
|
* FIX: build failure of eigen (#4390)Gravatar fouzhe2020-08-30
|
* [Nginx] Initial integration, new fuzzer added (#4144)Gravatar Yunshu Ouyang2020-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [postgresql] Added auto_css to project.yaml * [postgresql] Added new fuzzer * [postgresql] Cleaned up files, changed project.yaml * Dockerfile - changed to official repo * Renamed fix.diff * [postgresql] Fixed parser_fuzzer, added new json_parser_fuzzer * [nginx] updated project.yaml * [nginx] added first fuzzer * [nginx] added build file for fuzzers * Added license header * Removed dictionary * Removed dictionary * Moved fuzzers to fuzzer directory * fixed new lines * Updated years, removed maintainer field in Dockerfile * Removed line spaces * Updated year * Changed existing fuzzer * Changed Makefile * delete newlines * remove patch * update year * add socket wrapper functions * modified fuzzer initialization * add new grpc module fuzzer * Removed grpc fuzzer * Fixed http request fuzzer * Add nginx patch * Add Makefile for fuzzers * Fix fuzzer * Added client side fuzzing * fixed fuzzer * Removed memory and undefined sanitizers * Added dictionary * Changed fuzzer from c to c++ * Use protobuf for input to fuzzer * Improved style * Added configuration file needed by fuzzer * Added licence header * Added makefile for fuzzers * Fixed dictionary * Modified make_fuzzers * moved dictionary * Undo last commit
* Add build configuration for the orbit project (#4393)Gravatar Henning Becker2020-08-28
| | | | That's a first shot of a build configuration. Works on my machine so far.
* [Postgresql] Added initialization parts to fuzzers (#4357)Gravatar Yunshu Ouyang2020-08-28
|
* [php] Add execute fuzzer (#4387)Gravatar Nikita Popov2020-08-28
|
* [orbit] Initial integration (#4386)Gravatar Henning Becker2020-08-27
| | | Adding basic `project.yaml` file to request project acceptance.
* fix pffft (#4385)Gravatar Alessio Bazzica2020-08-27
|
* Adding an alternative account for Dan Bloomberg for Leptonica. (#4384)Gravatar Tim King2020-08-26
|