aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
Commit message (Collapse)AuthorAge
* Enable Msan experimentally for some projects (#473).Gravatar Oliver Chang2017-03-21
|
* Pin Bazel version to 0.4.4 for gRPC (#472)Gravatar matt-kwong2017-03-20
|
* [libprotobuf-mutator] Stop detecting leaks in libxml fuzzer. (#467)Gravatar Vitaly Buka2017-03-17
|
* [tpm2] fixed base file nameGravatar Mike Aizatsky2017-03-16
|
* Tor build.sh: Disable memory sentinels when fuzzing (#464)Gravatar Nick Mathewson2017-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)Gravatar Caolán McNamara2017-03-16
|
* [expat] Fix incorrect .options file.Gravatar Max Moroz2017-03-16
|
* More ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGE.Gravatar Oliver Chang2017-03-15
|
* [infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGEGravatar Oliver Chang2017-03-15
|
* Update project.yamlGravatar Oliver Chang2017-03-15
|
* Temporarily disable afl for libreofficeGravatar Oliver Chang2017-03-15
| | | Investigating disk space issues on builders.
* Update project.yamlGravatar Oliver Chang2017-03-15
|
* gRPC - add ssl_server_fuzzer and remove options (#458)Gravatar matt-kwong2017-03-15
| | | | | | * CC less people for gRPC issues * Enable ssl_server_fuzzer and remove options
* [infra] trying to workaround docker errorGravatar Mike Aizatsky2017-03-15
| | | GCB triggers https://github.com/docker/docker/issues/9547
* [tpm2] moving Dockerfile inGravatar Mike Aizatsky2017-03-15
|
* [expat] Build 6 fuzz targets for different encoding types. (#431)Gravatar Max Moroz2017-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)Gravatar Caolán McNamara2017-03-14
|
* [sqlite3] Changes to fetch SQLite sources as a tarball using curl (#454)Gravatar Richard Hipp2017-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 nameGravatar Mike Aizatsky2017-03-13
|
* nitGravatar Mike Aizatsky2017-03-13
|
* [sqlite3] enabled debug modeGravatar Mike Aizatsky2017-03-13
|
* [infra] gcb wants project name to match checkout dirGravatar Mike Aizatsky2017-03-13
|
* Fix for bug 802.Gravatar Abhishek Arya2017-03-10
| | | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=802#c4
* [libreoffice] move build script into libreoffice git (#443)Gravatar Caolán McNamara2017-03-09
| | | to make it easier to keep it in sync with what it builds
* enable msan for harfbuzz (#441)Gravatar Kostya Serebryany2017-03-07
| | | @behdad
* Update project.yamlGravatar Kostya Serebryany2017-03-07
|
* Update project.yamlGravatar Kostya Serebryany2017-03-07
|
* Update project.yamlGravatar Kostya Serebryany2017-03-07
|
* Add seed corpus for woff2, add missing options for other fuzzer. (#439)Gravatar Abhishek Arya2017-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)Gravatar rsheeter2017-03-06
|
* Reduce docker images (#436)Gravatar Caolán McNamara2017-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)Gravatar Caolán McNamara2017-03-06
|
* Fix brotli seed corpus pathGravatar Abhishek Arya2017-03-02
|
* Add mruthven@ to CCs on tpm2 oss-fuzz bugs. (#428)Gravatar ngm02017-03-01
|
* Disable libchewing.Gravatar Oliver Chang2017-02-28
|
* Add myself to libreoffice/project.yaml (#425)Gravatar stbergmann2017-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)Gravatar Caolán McNamara2017-02-28
| | | update libreoffice dependency cache
* Remove experimental targets from libprotobuf-mutator (#422)Gravatar Vitaly Buka2017-02-26
|
* Update project.yamlGravatar Kostya Serebryany2017-02-26
|
* Revert quick fix for woff2 fuzz targets. Fix in woff2 is on its way.Gravatar Max Moroz2017-02-25
|
* Quick fix for undefined references in woff2 fuzz targets.Gravatar Max Moroz2017-02-25
|
* use -O2 for re2Gravatar Kostya Serebryany2017-02-24
|
* Add the qpid-proton project (#420)Gravatar jirkadanek2017-02-24
|
* Fix ffmpeg link. Fixes #415 (#416)Gravatar Oliver Chang2017-02-22
|
* Remove -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION from CFLAGS in c-ares (#414)Gravatar Kostya Serebryany2017-02-22
|
* [libreoffice] Add hwp and 602 corpus, update dependency cache. (#411)Gravatar Caolán McNamara2017-02-22
|
* [experimental] Enable afl for ffmpegGravatar Oliver Chang2017-02-21
|
* [experimental] enable AFL for libarchiveGravatar Oliver Chang2017-02-21
|
* Add joshz@ and cfir@ to CCs on tpm2 oss-fuzz bugs. (#409)Gravatar Josh Zimmerman2017-02-21
|
* [icu] Fix broken build due to incomplete result type.Gravatar Max Moroz2017-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; ^ <...>