Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable Msan experimentally for some projects (#473). | Oliver Chang | 2017-03-21 |
| | |||
* | Pin Bazel version to 0.4.4 for gRPC (#472) | matt-kwong | 2017-03-20 |
| | |||
* | [libprotobuf-mutator] Stop detecting leaks in libxml fuzzer. (#467) | Vitaly Buka | 2017-03-17 |
| | |||
* | [tpm2] fixed base file name | Mike Aizatsky | 2017-03-16 |
| | |||
* | Tor build.sh: Disable memory sentinels when fuzzing (#464) | Nick Mathewson | 2017-03-16 |
| | | | | | | | | | | | | | | | Tor has a few safety features that try to prevent bugs by using memory more safely. For example, by default, we terminate our IO buffers with 0-valued bytes, so that accidental string operations can't run off the end. For another example, we do some of our allocation in "memory areas" -- an obstack-style allocation in which all objects are freed at once. These features prevent a fairly large category of crash bugs, but they also prevent asan from seeing our mistakes. But when we're fuzzing, we'd like to expose as many of our mistakes as possible. With that in mind, we've added a --disable-memory-sentinels configuration option to turn off a lot of these safety features when we're fuzzing. This feature turns it on for oss-fuzz. | ||
* | [libreoffice] add yasm depend for internal libturbo-jpeg (#463) | Caolán McNamara | 2017-03-16 |
| | |||
* | [expat] Fix incorrect .options file. | Max Moroz | 2017-03-16 |
| | |||
* | More ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGE. | Oliver Chang | 2017-03-15 |
| | |||
* | [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGE | Oliver Chang | 2017-03-15 |
| | |||
* | Update project.yaml | Oliver Chang | 2017-03-15 |
| | |||
* | Temporarily disable afl for libreoffice | Oliver Chang | 2017-03-15 |
| | | | Investigating disk space issues on builders. | ||
* | Update project.yaml | Oliver Chang | 2017-03-15 |
| | |||
* | gRPC - add ssl_server_fuzzer and remove options (#458) | matt-kwong | 2017-03-15 |
| | | | | | | * CC less people for gRPC issues * Enable ssl_server_fuzzer and remove options | ||
* | [infra] trying to workaround docker error | Mike Aizatsky | 2017-03-15 |
| | | | GCB triggers https://github.com/docker/docker/issues/9547 | ||
* | [tpm2] moving Dockerfile in | Mike Aizatsky | 2017-03-15 |
| | |||
* | [expat] Build 6 fuzz targets for different encoding types. (#431) | Max Moroz | 2017-03-15 |
| | | | | | | | | * [expat] Build 6 fuzz targets for different encoding types. It obviously makes fuzzing faster and corpus should become more precise. * [expat] Add dictionaries in different encodings. | ||
* | add ole corpus (#455) | Caolán McNamara | 2017-03-14 |
| | |||
* | [sqlite3] Changes to fetch SQLite sources as a tarball using curl (#454) | Richard Hipp | 2017-03-14 |
| | | | | | | | | | | | * Untested changes to fetch the latest SQLite sources as a tarball rather than using the Fossil DVCS. * [sqlite3] Address review comments for #454. * Revert of [sqlite3] Address review comments for #454. * Re-land of [sqlite3] Address review comments for #454. | ||
* | [infra] workdir matches project name | Mike Aizatsky | 2017-03-13 |
| | |||
* | nit | Mike Aizatsky | 2017-03-13 |
| | |||
* | [sqlite3] enabled debug mode | Mike Aizatsky | 2017-03-13 |
| | |||
* | [infra] gcb wants project name to match checkout dir | Mike Aizatsky | 2017-03-13 |
| | |||
* | Fix for bug 802. | Abhishek Arya | 2017-03-10 |
| | | | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=802#c4 | ||
* | [libreoffice] move build script into libreoffice git (#443) | Caolán McNamara | 2017-03-09 |
| | | | to make it easier to keep it in sync with what it builds | ||
* | enable msan for harfbuzz (#441) | Kostya Serebryany | 2017-03-07 |
| | | | @behdad | ||
* | Update project.yaml | Kostya Serebryany | 2017-03-07 |
| | |||
* | Update project.yaml | Kostya Serebryany | 2017-03-07 |
| | |||
* | Update project.yaml | Kostya Serebryany | 2017-03-07 |
| | |||
* | Add seed corpus for woff2, add missing options for other fuzzer. (#439) | Abhishek Arya | 2017-03-06 |
| | | | | | | | | * Add seed corpus for woff2, add missing options for other fuzzer. * Add seed corpus. * Switch from seed corpus archive to a folder with files. | ||
* | Disable noisy logging in woff2 (#438) | rsheeter | 2017-03-06 |
| | |||
* | Reduce docker images (#436) | Caolán McNamara | 2017-03-06 |
| | | | | | | | | | | * Related: ofz#398 cut down on num layers created * move https instead of http where we can now that https is available on dev-www.libreoffice.org * cut down more num layers | ||
* | add extra runtime resources (#435) | Caolán McNamara | 2017-03-06 |
| | |||
* | Fix brotli seed corpus path | Abhishek Arya | 2017-03-02 |
| | |||
* | Add mruthven@ to CCs on tpm2 oss-fuzz bugs. (#428) | ngm0 | 2017-03-01 |
| | |||
* | Disable libchewing. | Oliver Chang | 2017-02-28 |
| | |||
* | Add myself to libreoffice/project.yaml (#425) | stbergmann | 2017-02-28 |
| | | | cf. <https://github.com/google/oss-fuzz/issues/424> "Please give me access to the LibreOffice project" | ||
* | [libreoffice] add lwp and ppt corpus (#423) | Caolán McNamara | 2017-02-28 |
| | | | update libreoffice dependency cache | ||
* | Remove experimental targets from libprotobuf-mutator (#422) | Vitaly Buka | 2017-02-26 |
| | |||
* | Update project.yaml | Kostya Serebryany | 2017-02-26 |
| | |||
* | Revert quick fix for woff2 fuzz targets. Fix in woff2 is on its way. | Max Moroz | 2017-02-25 |
| | |||
* | Quick fix for undefined references in woff2 fuzz targets. | Max Moroz | 2017-02-25 |
| | |||
* | use -O2 for re2 | Kostya Serebryany | 2017-02-24 |
| | |||
* | Add the qpid-proton project (#420) | jirkadanek | 2017-02-24 |
| | |||
* | Fix ffmpeg link. Fixes #415 (#416) | Oliver Chang | 2017-02-22 |
| | |||
* | Remove -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION from CFLAGS in c-ares (#414) | Kostya Serebryany | 2017-02-22 |
| | |||
* | [libreoffice] Add hwp and 602 corpus, update dependency cache. (#411) | Caolán McNamara | 2017-02-22 |
| | |||
* | [experimental] Enable afl for ffmpeg | Oliver Chang | 2017-02-21 |
| | |||
* | [experimental] enable AFL for libarchive | Oliver Chang | 2017-02-21 |
| | |||
* | Add joshz@ and cfir@ to CCs on tpm2 oss-fuzz bugs. (#409) | Josh Zimmerman | 2017-02-21 |
| | |||
* | [icu] Fix broken build due to incomplete result type. | Max Moroz | 2017-02-20 |
| | | | | | | | | | | | | | | | Got broken after http://bugs.icu-project.org/trac/changeset/39684/trunk/icu4c/source/common/unicode/locid.h With error like the one below: <...> In file included from /src/break_iterator_fuzzer.cc:8: /src/fuzzer_utils.h:37:20: error: incomplete result type 'icu::UnicodeString' in function definition icu::UnicodeString UnicodeStringFromUtf8(const uint8_t* data, size_t size) { ^ /src/icu/source/common/unicode/locid.h:50:7: note: forward declaration of 'icu_59::UnicodeString' class UnicodeString; ^ <...> |