aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* image-png: use buf_independent.rs fuzzer from upstream (#5724)Gravatar Jonathan Behrens2021-05-07
|
* cleanup oss-fuzz. (#5732)Gravatar DavidKorczynski2021-05-07
| | | rustls: clean up artifacts from oss-fuzz
* [infra] Set OSS_FUZZ_CI=1 in CI so build scripts can know (#5731)Gravatar jonathanmetzman2021-05-07
| | | | | This will help bitcoin use CI to verify the build works, because the last step is trivial (so testing not really needed) but will fill up the disk.
* bitcoin-core: Unlock all fuzz targets (#5730)Gravatar MarcoFalke2021-05-07
| | | | | * bitcoin-core: Unlock all fuzz targets * bitcoin-core: Avoid out-of-disk in the CI
* updated email for oatpp. (#5728)Gravatar DavidKorczynski2021-05-07
|
* bitcoin-core: Fix coverage build (#5718)Gravatar MarcoFalke2021-05-07
| | | | | * bitcoin-core: Cleanup build.sh * bitcoin-core: Fix coverage report
* mtail: Fuzz target renamed (#5727)Gravatar Jamie Wilkinson2021-05-07
| | | Upstream is renaming the path in https://github.com/google/mtail/pull/515
* Adds project espeak-ng (#5543)Gravatar Catena cyber2021-05-06
| | | | | | | | | * Adds project espeak-ng * Remove patch merged upstream * Disable leaking speech player * Restrict to working configs
* [bls-signatures] Enable UBSAN,MSAN builds, more BLS operations (#5722)Gravatar Guido Vranken2021-05-06
|
* projects/golang: add Cuong Manh Le as a Go maintainer (#5721)Gravatar Cuong Manh Le2021-05-06
| | | * add Cuong Manh Le as a Go maintainer
* libpg_query: initial integration. (#5687)Gravatar DavidKorczynski2021-05-06
| | | * libpg_query: initial integration.
* [bitcoin-core] Support AFL builds (#5716)Gravatar Guido Vranken2021-05-06
|
* oatpp: initial integration. (#5689)Gravatar DavidKorczynski2021-05-05
| | | * oatpp: initial integration.
* Added libfwevt and libodraw to libyal project configuration (#5712)Gravatar Joachim Metz2021-05-05
|
* Update Googlers in auto_ccs (#5711)Gravatar Mark Wodrich2021-05-04
|
* bitcoin-core: Add i386 (#5709)Gravatar MarcoFalke2021-05-04
|
* docs: Fix syntax error typo (#5710)Gravatar MarcoFalke2021-05-04
|
* [libvips] build against lcms/libspng, fix AVIF/JXL fuzzer (#5707)Gravatar Kleis Auke Wolthuizen2021-05-04
| | | | | | | | | | * libvips: add lcms and libspng as dependencies * libvips: fix AVIF fuzzer - Ensure libheif is able to detect the headers provided by libaom. - Disable the build of dynamic modules. * libvips: fix JXL fuzzer
* libheif: ensure libaom can be found (#5706)Gravatar Kleis Auke Wolthuizen2021-05-04
|
* bitcoin-core: Add honggfuzz support (#5703)Gravatar MarcoFalke2021-05-03
|
* Update Boost download location in all projects (try 2) (#5705)Gravatar Guido Vranken2021-05-03
| | | bintray is deprecated now
* doc: Explain fuzzing_engines (#5704)Gravatar MarcoFalke2021-05-03
| | | Also fix some dead links
* Add projects/bitcoin-core (#5699)Gravatar MarcoFalke2021-05-03
|
* Use bazel generic script for opencensus (#5700)Gravatar Catena cyber2021-05-02
|
* Bump rexml from 3.2.4 to 3.2.5 in /docs (#5696)Gravatar dependabot[bot]2021-05-02
| | | | | | | | | | Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.4...v3.2.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Added libvshadow to libyal project configuration (#5698)Gravatar Joachim Metz2021-05-02
|
* powerdns: Augment corpus with TXT records and Proxy Protocol payloads (#5694)Gravatar Remi Gacogne2021-04-30
|
* Revert "[lxc] turn off AFL for now (#5685)" (#5693)Gravatar Evgeny Vereshchagin2021-04-30
| | | | | This reverts commit 181b3575afc392c704ae3be02baf0c4b8150cd87. The issue was fixed in https://github.com/google/oss-fuzz/pull/5691
* fix afl++ for pie targets (#5691)Gravatar van Hauser2021-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * output afl++ setup * update commit id * update afl++ commit id * asan + cmplog fix * update commit id * update and enhance afl++ * update afl++ commit id, better run asan options * fix linter * add debug_afl script * Update debug_afl * Update compile_afl * fix for karchive * put debug_afl in the docker container * asan poison fix * fix asan settings for zeek * update afl++ commit id * fix * update afl++ commit id * final touches * remove map size * remove old comment * llvm 13 fix * enhance documentation * fix capstone build.sh * update doc * add afl++ ctx-2 coverage option * set to 30% chance for ctx-2 * fix afl++ pie targets * gracefuly fail for qemu hook Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
* [php] Fix i386 build (#5692)Gravatar Nikita Popov2021-04-30
| | | | It is now necessary to specify the --build architecture for -m32 builds, otherwise we'll end up using x64 assembly files.
* [lxc] turn off AFL for now (#5685)Gravatar Evgeny Vereshchagin2021-04-29
| | | | | | | | | | | | | It seems LXC is failing to compile with AFL with ``` ../../src/lxc/storage -pthread -O1 -fno-omit-frame-pointer -gline-tables-only -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -fsanitize=address -fsanitize-address-use-after-scope -stdlib=libc++ -Wl,--as-needed -Wl,--gc-sections -Wl,-z -Wl,relro -Wl,-z -Wl,now -pie -Wl,-fuse-ld=gold -o fuzz-lxc-define-load fuzz_lxc_define_load-fuzz-lxc-define-load.o ../lxc/.libs/liblxc.a /usr/lib/libFuzzingEngine.a -lpthread -pthread Step #32: /usr/bin/ld: /usr/lib/libFuzzingEngine.a(aflpp_driver.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC Step #32: /usr/lib/libFuzzingEngine.a: error adding symbols: Bad value Step #32: clang-12: [0;1;31merror: [0m[1mlinker command failed with exit code 1 (use -v to see invocation)[0m Step #32: make[3]: *** [fuzz-lxc-config-read] Error 1 ``` Apparently aflpp tends to misdetect compiler/linker features 30% (70%?) of the time: https://github.com/google/oss-fuzz/issues/4280#issuecomment-829733181
* Adds bazel project opencensus-cpp (#5533)Gravatar Catena cyber2021-04-29
| | | | | * Adds bazel project opencensus-cpp * Fix address
* gpac: remove fuzzer as it is not upstream. (#5690)Gravatar DavidKorczynski2021-04-29
|
* [graphicsmagick] no https for this repo :-( (#5688)Gravatar Alex Gaynor2021-04-29
|
* Add myself for the rustls project (#5684)Gravatar Dirkjan Ochtman2021-04-29
| | | I'm a collaborator on the rustls project and would like to be informed.
* Changes to build test corpus for Sleuthkit fuzz targets (#5682)Gravatar Joachim Metz2021-04-28
|
* libvips: add libjxl (JPEG-XL) as a dependency (#5673)Gravatar Lovell Fuller2021-04-27
|
* [bls-signatures] Use repository master branch (#5674)Gravatar Guido Vranken2021-04-27
| | | | | | | | * [bls-signatures] Use repository master branch I merged the BLS functionality into the Cryptofuzz master branch. Future development will occur there. * [bls-signatures] Update Boost download location
* Added APFS fls fuzzer for SleuthKit project (#5672)Gravatar Joachim Metz2021-04-26
|
* cras: Add rust source soft links for coverage build (#5670)Gravatar b92paul2021-04-26
| | | | | | | | | | | | Fix build failures: ``` error: /out/src/rate_estimator.rs: No such file or directory warning: The file '/src/rate_estimator.rs' isn't covered. error: /out/src/rate_estimator_bindings.rs: No such file or directory warning: The file '/src/rate_estimator_bindings.rs' isn't covered. ``` Bug: crbug/oss-fuzz/31910 Test: {build_fuzzer, coverage} commands in infra/helper.py for cras
* go-ethereum: add maintainer (#5669)Gravatar Martin Holst Swende2021-04-26
| | | | | * go-ethereum: add maintainer * go-ethereum: add maintainer
* Fix linkerd2 build. (#5668)Gravatar DavidKorczynski2021-04-24
|
* [golang] Add fuzzer (#5659)Gravatar AdamKorcz2021-04-23
|
* Use autotools for capnproto (#5664)Gravatar Catena cyber2021-04-23
|
* [skia] Add API Triangulation fuzzer (#5657)Gravatar Kevin Lubick2021-04-23
|
* hyperium: update project.yaml (#5656)Gravatar DavidKorczynski2021-04-23
| | | * Update project.yaml for hyperium
* [bls-signatures] Scope operations (#5663)Gravatar Guido Vranken2021-04-23
|
* [bls-signatures] Add more e-mails (#5662)Gravatar Guido Vranken2021-04-23
|
* add peter's google account to apache commons (#5661)Gravatar Lee2021-04-22
|
* [bls-signatures] Initial integration (#5641)Gravatar Guido Vranken2021-04-22
|