aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* Update project.yamlGravatar Abhishek Arya2017-02-02
|
* [freetype] disabling undefined sanitizerGravatar Mike Aizatsky2017-02-02
| | | | freetype allegedly has lots of integer overflows #234
* Update DockerfileGravatar Abhishek Arya2017-02-02
|
* [infra] enable undefined sanitizer by defaultGravatar Mike Aizatsky2017-02-02
| | | Fixes #234
* Fixes #225Gravatar Abhishek Arya2017-02-02
| | | trace-pc-guard is enabled everywhere, so this is unneeded.
* Add nghttp2 (#343)Gravatar Tatsuhiro Tsujikawa2017-02-01
|
* Update compile_aflGravatar Abhishek Arya2017-01-31
|
* Fixes #263Gravatar Abhishek Arya2017-01-31
|
* Update new_project_guide.mdGravatar Abhishek Arya2017-01-31
|
* Update ideal_integration.mdGravatar Abhishek Arya2017-01-31
|
* [ffmpeg] Fix renamed fuzz target source code file (#338).Gravatar Max Moroz2017-01-31
|
* build libFuzzer with -O2 (#335)Gravatar Kostya Serebryany2017-01-30
|
* Add myself to the libreoffice project.yaml. (#327)Gravatar DamjanJovanovic2017-01-30
|
* [libreoffice] add pcx and ras corpus (#329)Gravatar Caolán McNamara2017-01-30
|
* Update github location for libexpatGravatar Abhishek Arya2017-01-30
|
* Fix breakage due to absolute paths in DockerFileGravatar Abhishek Arya2017-01-26
|
* Update run_fuzzerGravatar Abhishek Arya2017-01-26
|
* Update reproduceGravatar Abhishek Arya2017-01-26
|
* Update run_fuzzerGravatar Abhishek Arya2017-01-26
|
* Update reproduceGravatar Abhishek Arya2017-01-26
|
* [libreoffice] add eps and pct corpus (#318)Gravatar Caolán McNamara2017-01-26
|
* Update project.yaml (#317)Gravatar davearnold2017-01-25
| | | Please add me to the auto_ccs list.
* Update NSS project to use the build.sh and fuzzers provided by NSS (#316)Gravatar Tim Taubert2017-01-25
| | | The current fuzzers have been removed and are now covered by the new QuickDER target.
* better build system description (#315)Gravatar Kostya Serebryany2017-01-24
|
* Update README.mdGravatar Oliver Chang2017-01-24
|
* reduce max_len for freetype Gravatar Kostya Serebryany2017-01-24
| | | ... as we now have smaller seeds in the corpus.
* [libreoffice] fix typo (#311)Gravatar Caolán McNamara2017-01-24
|
* [libreoffice] add psd corpus (#310)Gravatar Caolán McNamara2017-01-24
| | | and update dependency cache
* [infra] add trace-cmp (#309)Gravatar Kostya Serebryany2017-01-23
| | | Fixes #291
* [libarchive] fix wrongly placed parentheses in 89ae65d (#307)Gravatar Martin Matuška2017-01-22
|
* Allow run_fuzzer command to run with nonlocal docker. (#306)Gravatar Alex Gaynor2017-01-21
| | | By setting the DOCKER_HOST environment variable, all docker invocations will be non-local. This allows run_fuzzer to work in such an environment (as will be the case for many OS X and Windows users).
* Fix compile error in libarchiveGravatar Abhishek Arya2017-01-21
|
* [libarchive] correctly exit on read error in libarchive_fuzzer.cc (#305) (#305)Gravatar Martin Matuška2017-01-20
| | | | | | Thanks! As we are discussing in https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=234#c6 we encourage you to move this file into your repo. https://github.com/google/oss-fuzz/blob/master/docs/ideal_integration.md
* make two icu fuzz targets more useful (#304)Gravatar Kostya Serebryany2017-01-20
|
* Prevent argv[0] from being modified in magic and chewing fuzzers. (#303)Gravatar Oliver Chang2017-01-20
| | | | | dirname() may modify the input argument. Changing argv[0] breaks any libFuzzer functionality that requires it to invoke itself (e.g. failure-resistant merge, minimize).
* Update fuzzer_environment.mdGravatar Oliver Chang2017-01-20
|
* Update build_status.pyGravatar Oliver Chang2017-01-20
|
* Cache-Control: no-cache on build status pages.Gravatar Oliver Chang2017-01-20
|
* [sqlite3] Harden printf precision limit to 1M.Gravatar Max Moroz2017-01-20
| | | | | This value is more than enough for real-world applications. Hardening the limit allows us to find fewer irrelevant OOMs.
* Revert lld changes.Gravatar Oliver Chang2017-01-19
| | | | | | | | | | | | | | Causing: "==19==ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed" everywhere Revert "[infra] disabling unused command line argument error" This reverts commit 4332b19a9fdec79b557011a9569efc6bf9707b81. Revert "[infra] using lld. Fixes #295. (#297)" This reverts commit 446a6a7534cea9dddc48b496accd350aa43c1db8.