aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* solidity: Update seed corpus (#3403)Gravatar Bhargava Shastry2020-02-19
|
* [CIFuzz] log bug fix (#3407)Gravatar Leo Neat2020-02-18
| | | | | | * Fixing log bug * Fixing log bug
* [mupdf] Add @julians to auto_ccs (#3406)Gravatar Sebastian Rasmussen2020-02-18
|
* [infra] Perform "gsutil rm -rf" if we need to overwrite coverage data. (#3404)Gravatar Max Moroz2020-02-18
| | | | | | * [infra] Perform "gsutil rm -rf" if we need to overwrite coverage data. * format
* [lz4] Enable dataflow config. (#3397)Gravatar Max Moroz2020-02-14
|
* [ntp] Enable dataflow config. (#3389)Gravatar Max Moroz2020-02-14
| | | | | | * [ntp] Enable dataflow config. * fix auto_ccs format
* [infra] Use wildcard in gsutil cp command as it lacks -T option. (#3396)Gravatar Max Moroz2020-02-14
|
* [hostap] Enable dataflow config. (#3394)Gravatar Max Moroz2020-02-14
|
* [libtasn1] Enable dataflow config. (#3393)Gravatar Max Moroz2020-02-14
|
* [vorbis] Enable honggfuzz fuzzing engine. (#3395)Gravatar Max Moroz2020-02-14
|
* [nestegg] Enable dataflow config. (#3392)Gravatar Max Moroz2020-02-14
|
* [c-ares] Enable dataflow config. (#3390)Gravatar Max Moroz2020-02-14
|
* [libcbor] Enable dataflow config. (#3391)Gravatar Max Moroz2020-02-14
|
* [ecc-diff-fuzzer] Use cmake for ecc-diff-fuzzer compilation (#3361)Gravatar Catena cyber2020-02-14
| | | | | | | | | | | | | | | | * Uses cmake for ecc-diff-fuzzer compilation * remove before install * Comment unnecessary remove * Remove shared libraries for nettle * Do not remove so files * Disable shared for gmp and nettle * Parallel make for every project
* Change arrows to ovals (#3386)Gravatar Leo Neat2020-02-13
|
* [libspectre] Fetch ghostscript before building (#3384)Gravatar Randy2020-02-13
| | | Moving this step to the Dockerfile speeds up rebuilds.
* adding libra to list of projects (#3382)Gravatar David Wong2020-02-13
|
* [qt] Change pro-file names to lower case (#3381)Gravatar Robert Löhning2020-02-13
| | | | | | | | | | | * [qt] Change pro-file names to lower case Don't change the names of resulting executables to keep track of open issues. * [qt] Fix workaround * [qt] Another fix in the workaround
* [infra] Upload latest.version metadata file for most recent build. (#3379)Gravatar Max Moroz2020-02-13
| | | | | | | | | | * [infra] Upload latest.version metadata file for most recent build. * move common functionality into build_lib * pass content_type to get_signed_url * format
* [CIFuzz] Only report reproducible crashes (#3376)Gravatar Leo Neat2020-02-12
| | | | | | | | | | | | | | | | | | | | | | * Tests for Reproduce * Leo comments * Maxs comments pt.2 * Olivers comments * Olivers comments * Add fuzz target module tests * Formatting * Small punct and spelling * Test update * Format
* [CIFuzz] Documentation (#3368)Gravatar Leo Neat2020-02-12
| | | | | | | | | | | | | | | | | | | | * CIFuzz documentation * Maxs comments * Jonathan comments * Jonathan comments pt.2 * Adding images * Maxs comments pt.2 * Image spacing * Maxs comments pt.3 * Jonathan comments
* [arrow] Enable Parquet build (#3374)Gravatar Antoine Pitrou2020-02-12
| | | | The Parquet C++ reader is part of the Arrow project but needs to be enabled explicitly. This is required so that we can add a fuzz target for Parquet files.
* [skia] Fix build after SkTMax refactor (#3366)Gravatar Kevin Lubick2020-02-11
|
* Set up new fuzz target, hb-set-fuzzer, for harfbuzz. (#3377)Gravatar Garret Rieger2020-02-11
|
* dav1d: use nasm from ubuntu eoan since dav1d needs nasm-2.14 (#3375)Gravatar Janne Grunau2020-02-11
|
* [CIFuzz] Change 'bug_report' directory to 'artifacts'. (#3369)Gravatar Leo Neat2020-02-11
|
* [iroha] fix build after vcpkg migration (#3371)Gravatar Mikhail Boldyrev2020-02-11
|
* Fix binutils fuzzerGravatar Abhishek Arya2020-02-10
| | | | Don't try to reset the line buffer pos by detecting '\n' output as that's ineffective. Reset before each disasfunc call instead.
* [mp4parse-rust] Initial integration (#3322)Gravatar Matthew Gregan2020-02-10
|
* karchive: xz now needs po4a, install it (#3367)Gravatar tsdgeos2020-02-10
|
* [CIFuzz] Add parse fuzzer output functionality (#3342)Gravatar Leo Neat2020-02-10
|
* Revert "Fix overflow in binutils fuzz target (#3363)" (#3364)Gravatar Abhishek Arya2020-02-09
| | | This reverts commit 3f808990afc5cd988f08012da56b37eabd16cc37.
* Fix overflow in binutils fuzz target (#3363)Gravatar Catena cyber2020-02-09
|
* [stb] Change primary contact to a gmail address (#3362)Gravatar Randy2020-02-08
|
* wasmtime: Add @yurydelendik as a cc (#3360)Gravatar Alex Crichton2020-02-07
|
* Fixes target for binutils project (#3357)Gravatar Catena cyber2020-02-07
|
* [qt] Remove temporary compile fix (#3359)Gravatar Robert Löhning2020-02-07
| | | ...when the proper fix was merged upstream.
* glib: Fix build due to Meson option changing type (#3358)Gravatar Philip Withnall2020-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | * glib: Fix build due to Meson option changing type In GLib master commit b220033c we changed the `libmount` option from a `boolean` to a `feature`, which means it now takes `enabled`/`disabled`/`auto` rather than `true`/`false`. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20552 * glib: Fix homepage URI The FSF page on GLib is not official, loaded with their advertising, and quite out of date. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk> * infra: Add help_url to the valid section names list in Travis checks It’s documented as valid: https://google.github.io/oss-fuzz/getting-started/new-project-guide/#help_url Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
* [infra] Dump full coverage JSONs separately (#1632). (#3356)Gravatar Max Moroz2020-02-06
|
* [infra] Fix broken batching in the corpora download helper (#3351). (#3353)Gravatar Max Moroz2020-02-06
| | | | | | * [infra] Fix broken batching in the corpora download helper (#3351). * one more
* [CIFuzz] Go support (#3352)Gravatar Leo Neat2020-02-06
| | | | | | | | | | | | | | * Add go support to detecting the main repo * Go support test update * Format * Format * Removing debug statment * Format
* Fixing entrypoint (#3354)Gravatar Leo Neat2020-02-06
|
* [CIFuzz] Separate build and run actions (#3336)Gravatar Leo Neat2020-02-06
| | | | | | | | | | | | | | | | | | | | | | * Separating actions into build and run * Formatting * Formatting * Removing project-name from run action * Jonathan comments * Maxs comments pt.1 * Updating example_main.yml * Switch 1 0 to true false * Add base Dockerfile for CIFuzz * Adding license to dockerfile
* [infra] Dummy change in the base-builder to test something.Gravatar Max Moroz2020-02-06
|
* [cifuzz] Dummy change to test something.Gravatar Max Moroz2020-02-06
|
* golang-protobuf: use build script in protobuf repo (#3348)Gravatar Damien Neil2020-02-06
| | | | Move the core of the build script into the fuzzed repo, where it's easier for us to manage.
* [docs] Dummy change in the README just to test something.Gravatar Max Moroz2020-02-06
|
* [wasmtime] Fix default asan options (#3350)Gravatar Alex Crichton2020-02-06
| | | | This fixes typo mistakes from #3335 where we actually want the opposite of the current defaults, not the current set of defaults!
* [CIFuzz] Fix .strip bug. (#3349)Gravatar Leo Neat2020-02-06
|
* golang-protobuf: add user to auto_ccs (#3347)Gravatar Damien Neil2020-02-06
| | | Add herbie@ to auto_ccs.