aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* [llvm][opt-fuzzer] Add simplifycfg pass as a new fuzzing target. (#1116)Gravatar igor-laevsky2018-01-26
|
* Add myself to the ACL for libgd reports (#1117)Gravatar Christoph M. Becker2018-01-26
|
* Update list of gRPC members to email bugs (#1115)Gravatar Matt Kwong2018-01-25
|
* Add libgd (#1109)Gravatar Tim D. Smith2018-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [libgd] Add libgd with GIF and TGA fuzzers * [libgd] Add gif corpus * use a Googlier email address * Remove template comments * Centralize image size constraint instead of trying to parse each format individually in the fuzzing target. * Add BMP fuzzing target * Add project emails * Document workaround for image size cap * Single-source format fuzzers * Add other built-in formats * Add libz-dev for gd2 format * Linker incantation for zlib (thanks Alex!)
* Update webcomponentsjs (#1065)Gravatar Abhishek Arya2018-01-25
|
* msan_builder: one more way to disable FORTIFY_SOURCE.Gravatar Oliver Chang2018-01-25
|
* [llvm][opt-fuzzer] Add early-cse pass as a new fuzzing target. (#1108)Gravatar igor-laevsky2018-01-24
|
* add Akila to libxml2 CCGravatar Kostya Serebryany2018-01-24
|
* msan-builder: add ugly hack to prevent sqlite3 from failing tcl bindings build.Gravatar Oliver Chang2018-01-24
|
* msan-builder: properly disable asm for gnutls and libgcryptGravatar Oliver Chang2018-01-24
|
* First try at filter_fuzz in oss-fuzz (#1103)Gravatar Kevin Lubick2018-01-23
| | | | Try to prevent ooms and timeouts. Use a seed corpus hosted in cloud storage.
* [gnutls] updated reference to libtasn1 project (#1106)Gravatar Nikos Mavrogiannopoulos2018-01-23
| | | | | | | The project was moved to gitlab. Closes #1101 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* [dlplibs] add corpus for FictionBook v.2 (#1105)Gravatar David Tardon2018-01-22
|
* [mupdf] Ensure ctm variable is initialized (#1102)Gravatar Jonathan Rudenberg2018-01-22
|
* msan-builder: add zipGravatar Oliver Chang2018-01-22
|
* [mupdf] Add @sebras to auto_ccs (#1100)Gravatar Jonathan Rudenberg2018-01-21
|
* Changed email address of ImageMagick developer. (#1097)Gravatar Dirk Lemstra2018-01-20
|
* [mupdf] Ensure document is always freed (#1094)Gravatar Jonathan Rudenberg2018-01-19
|
* undo disabling trace-cmpGravatar Kostya Serebryany2018-01-19
| | | ... as per https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5377#c6
* ofz#4860 fix off-by-one in ICU (#1092)Gravatar David Tardon2018-01-19
|
* msan-builder: upload libs as zip.Gravatar Oliver Chang2018-01-19
|
* msan-builder: disable libcapnp-0.5.3Gravatar Oliver Chang2018-01-19
| | | | multiple compile failures with clang.
* [mupdf] Fix fuzzer (#1091)Gravatar Jonathan Rudenberg2018-01-19
| | | Without the document handlers registered, nothing gets fuzzed!
* disable trace-cmp on llvm_libcxx to make it faster, see ↵Gravatar Kostya Serebryany2018-01-18
| | | | https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5377
* Interpret a blob of memory as a rar file for fuzzing. (#1090)Gravatar Varun Khaneja2018-01-18
| | | | | | | | | | | * Interpret a blob of memory as a rar file for fuzzing. (#4) * Use the in-memory representation of the file * Interpret a blob of memory as a rar file for fuzzing. (#5) * Use the in-memory representation of the file * Use a fixed filename, skip calling getpid
* [systemd] add more addresses to CC (#1089)Gravatar Zbigniew Jędrzejewski-Szmek2018-01-18
| | | | | | Backup address for Lennart Poettering, addresseses for Canonical and systemd contributors who work on memory correctness issues. Follow-up for #1084.
* Added e-mail address for other core developer. (#1088)Gravatar Dirk Lemstra2018-01-18
|
* Updates (#1086)Gravatar David Tardon2018-01-18
| | | | | | | | | | | * [dlplibs] merge 2 fuzzers for Lotus formats The difference was mostly nominal anyway as all versions are parsed by the same code. * [dlplibs] add corpus for MS Multiplan fuzzer * [dlplibs] move abw.dict to the project
* Disable failing ubsan config in mupdf (#1085)Gravatar Abhishek Arya2018-01-18
|
* Update new_project_guide.mdGravatar Abhishek Arya2018-01-18
|
* [mupdf] Add mupdf fuzzer (#1067)Gravatar Jonathan Rudenberg2018-01-18
| | | | | | | | | | | | | | | | * Add fuzzer for mupdf * Address review comments * Add check to ensure corpus/dict exist * Silence stderr spam * Update fuzzer based on review comments * Enable MemorySanitizer * Set primary contact
* [systemd] Enable memory sanitizer (#1084)Gravatar Jonathan Rudenberg2018-01-18
|
* msan-builder: fix boost build.Gravatar Oliver Chang2018-01-18
|
* [systemd] Add initial systemd integration (#1073)Gravatar Jonathan Rudenberg2018-01-18
| | | | | | | | | | | | * [systemd] Add initial systemd integration * Add @keszybz to auto_ccs * Use ppa:pitti/systemd-semaphore for libmount backport * Simplify build now that dependencies are disabled * Update Dockerfile to use upstream repo
* mercurial: initial import of fuzzer configuration for Mercurial (#1083)Gravatar Augie Fackler2018-01-17
|
* find the static archive and use it, just use whats in src (#1082)Gravatar Chris Wolfe2018-01-17
|
* Projects: Include libsodium (#1051)Gravatar Chris Wolfe2018-01-17
| | | | | Add libsodium fuzzers. Add secret_key_auth_fuzzer and secretbox_easy_fuzzer targets from libsodium.
* [llvm-opt-fuzzer] Set max_len to 0 (#1080)Gravatar igor-laevsky2018-01-17
| | | | | | * [llvm-opt-fuzzer] Set max_len=0 * Update build.sh
* msan-builder: Add hack to disable more tests during build.Gravatar Oliver Chang2018-01-17
|
* msan-builder: Disable asm for libgcrypt20 build.Gravatar Oliver Chang2018-01-17
|
* msan-builder: Fix pixman build.Gravatar Oliver Chang2018-01-17
|
* Moved the build script to the repository of ImageMagick. (#1078)Gravatar Dirk Lemstra2018-01-16
|
* [knot-dns] don't specify coverage flags for oss-fuzz builds (#1079)Gravatar Jonathan Foote2018-01-16
|
* Move region_deserialize to Skia proper (#1077)Gravatar Kevin Lubick2018-01-16
|
* Fix bug in -Wl,--no-undefined removalGravatar Oliver Chang2018-01-17
|
* [irssi] Add theme-load-fuzz (#1076)Gravatar Joseph Bisch2018-01-15
| | | | | | | | | | | | * [irssi] Add theme-load-fuzz * [irssi] Move irssi-fuzz target into for loop in build.sh * [irssi] Add seed corpus for theme-load-fuzz * [irssi] Add dictionary for theme-load-fuzz * Update build.sh
* [infra] Allow passing environment variables to run_fuzzer (#1075)Gravatar Jonathan Rudenberg2018-01-15
| | | | | This allows setting additional sanitizer options, for example: run_fuzzer -e ASAN_OPTIONS=-allocator_may_return_null=0
* [irssi] Add event-get-params-fuzz (#1074)Gravatar Joseph Bisch2018-01-15
|
* sqlite3: Add zlib1g-dev (#1068).Gravatar Oliver Chang2018-01-15
| | | | | | For MSan builds, the configure script thinks zlib is installed and tries to use it in a build because its .so/.a files are available. However, the include files aren't because zlib1g-dev isn't installed.
* Fix harfbuzz build failure due to fonts dir change (#1071)Gravatar Abhishek Arya2018-01-13
|