aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
Commit message (Collapse)AuthorAge
* [openh264] Add to corpus and enable ASM for non-MSAN (#2113)Gravatar Tyson Smith2019-01-25
|
* solidity: update primary contact email (#2112)Gravatar Bhargava Shastry2019-01-25
|
* [dav1d] Enable ASM code for non-MSan build configurations. (#2109)Gravatar Max Moroz2019-01-24
|
* [solidity] Add the solidity compiler to oss-fuzz (#2108)Gravatar Bhargava Shastry2019-01-24
|
* Merge branch 'master' of github.com:google/oss-fuzzGravatar Kostya Serebryany2019-01-23
|\
* | [libpng-proto] add another fuzzer, this time using a custom mutator ↵Gravatar Kostya Serebryany2019-01-23
| | | | | | | | specialized for PNG (no protos)
| * [openh264] Add project (#2107)Gravatar Tyson Smith2019-01-23
|/ | | Add project
* [ClamAV] Build script fix (#2105)Gravatar Micah Snyder2019-01-23
| | | Correction to build.sh script so the script won't fail on clean checkout.
* [ClamAV] Build script improvements (#2102)Gravatar Micah Snyder2019-01-23
| | | Build script improvements to use the WORK dir, rather than polluting the SRC dir, and to use make in the clamav-devel/fuzz directory rather than building source files manually.
* Add first fuzzing target for libxls (#2103)Gravatar Evan Miller2019-01-22
| | | | | | | | | | * Add libxls * Add fuzzing target for libxls The library parses only one format, so only one fuzzer (fuzz_xls) is included. The initial test corpus includes ~30 files. Tested locally on Linux.
* Update Dockerfile (#2104)Gravatar gnrunge2019-01-22
|
* Add libxls (#2101)Gravatar Evan Miller2019-01-22
|
* Add The Qt Project (#1799)Gravatar Robert Löhning2019-01-21
|
* [openthread] add CLI to build (#2099)Gravatar Jonathan Hui2019-01-20
|
* [libpng-proto] simplify the target a bit further: remove a field that don't ↵Gravatar Kostya Serebryany2019-01-18
| | | | really need to be mutaed
* Icu fuzz (#2098)Gravatar gnrunge2019-01-18
| | | | | | | | * Update project.yaml * Remove quotes around email. * Updates icu/project.yaml with additional emails ids
* Add fuzzing targets for ReadStat (#2093)Gravatar Evan Miller2019-01-18
| | | | | | | | | | | * Add ReadStat project * Add fuzzing targets for new project ReadStat Adding fuzzers for six file formats supported by ReadStat. A corpus is generated in each case from example data in the test suite. Tested locally on Linux, which check_build passing in all six cases.
* Update project.yaml (#2097)Gravatar gnrunge2019-01-18
| | | | | | * Update project.yaml * Remove quotes around email.
* Update grpc (#2096)Gravatar Yang Gao2019-01-18
|
* Copy more files on coverage runs (#2092)Gravatar Mihai Maruseac2019-01-17
|
* Icu fuzz (#2091)Gravatar gnrunge2019-01-16
| | | | | | | | | | * Updates the ICU fuzzer project directory: - Delete the ICU fuzzer tests. The code was transfered to unicode-org/icu in PR 321 (https://github.com/unicode-org/icu/pull/321). - Adjust the Dockerfile and the build.sh to work with the new ICU repositroy (now GitHub, migrated from svn recently) and the new code arrangement. * Removes logging statements used for debugging statements from the Dockerfile.
* [tidy-html5] Check out tidy-html5 from the 'next' branch, instead of the ↵Gravatar Stefan Bucur2019-01-16
| | | | default 'master'. The next branch is the one that gets the latest features and fixes in practice. (#2090)
* [qpid-proton] update git url after repo migration (#2089)Gravatar Jiří Daněk2019-01-16
|
* [readstat] Add ReadStat project (#2088)Gravatar Evan Miller2019-01-15
|
* [tensorflow] Add missing directory to the rsync path (#2086)Gravatar Mihai Maruseac2019-01-14
|
* Add OpenSC (#2084)Gravatar Frank Morgner2019-01-14
| | | | | | | | OpenSC provides a set of libraries and utilities to work with smart cards. Its main focus is on cards that support cryptographic operations, and facilitate their use in security applications such as authentication, mail encryption and digital signatures. OpenSC implements the standard APIs to smart cards, e.g. PKCS#11 API, Windows’ Smart Card Minidriver and macOS Tokend.
* Merge branch 'master' of github.com:google/oss-fuzzGravatar Kostya Serebryany2019-01-11
|\
* | [libpng-proto] extend the example proto fuzz target with explicit support ↵Gravatar Kostya Serebryany2019-01-11
| | | | | | | | for iCCP PNG chunk
| * [openthread] add NCP to build (#2083)Gravatar Jonathan Hui2019-01-11
|/
* oss-fuzz/12299: fix build error due to change in interface for fast crc32 ↵Gravatar sebpop2019-01-11
| | | | (#2082)
* [openvswitch] Adds Toms Atteka to auto_ccs list (#2081)Gravatar Bhargava Shastry2019-01-11
|
* Fix path to module-formats.o for Irssi. (#2080)Gravatar Alexander Færøy2019-01-09
| | | This patch should fix the compilation error reported in issue oss-fuzz:12065.
* [bignum-fuzzer] Fix Rust nightly installation, attempt #2 (#2079)Gravatar Guido Vranken2019-01-09
|
* mercurial: move Python sources to $SRC and build in build.sh (#2078)Gravatar Augie Fackler2019-01-09
| | | | | | | | | This will clean up the Makefile on the hg side considerably, and will also fix the coverage build. Fixes #2076. Bonus: I did some extra work in build.sh so that incremental rebuilds of the fuzzers won't needlessly recompile $OUT/sanpy, shortening development time on new fuzzers and avoiding issues caused by a $OUT that was built for a different fuzz configuration.
* [giflib] Add giflib (#2062)Gravatar Vincent Ulitzsch2019-01-08
| | | | | | | | | | | * Add initial version of giflib * Fix a memory leak in dgif_target This commit fixes a memory that was caused by calling the wrong close function. * giflib: Minor bug fixes that also addressees most comments from Doris
* [libspng] Enable all sanitizers.Gravatar Max Moroz2019-01-08
|
* [libspng] Integrate libspng (#1664)Gravatar Randy2019-01-08
| | | | | | * Integrate libspng * update copyright year
* Fix typos and label names for SunDew fuzzers. (#2077)Gravatar Stefan Bucur2019-01-08
|
* [llvm] Update demangler fuzzers. (#2074)Gravatar Matt Morehouse2019-01-07
|
* [knot-dns] fix issue 12386 and remove temporary workaround (#2072)Gravatar Daniel Salzman2019-01-07
| | | | | | | | * Revert "[knot-dns] use libnettle 3.4.1 to build gnutls (#2013)" This reverts commit 269cfb6bf8113399dd38aed92a7330ed48cfe631. * [knot-dns] use bootstrap before build (issue 12386)
* [envoy] add @jmarantz and @lizan to ACL. (#2073)Gravatar htuch2019-01-07
| | | Signed-off-by: Harvey Tuch <htuch@google.com>
* [wget] Fix gnutls build (#2070)Gravatar Tim Rühsen2019-01-04
|
* [wget2] Fix gnutls build (#2071)Gravatar Tim Rühsen2019-01-04
|
* [gnutls] use bootstrap before build (#2069)Gravatar Nikos Mavrogiannopoulos2019-01-04
| | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* [tensorflow] Try to get coverage build to progress (#2068)Gravatar Mihai Maruseac2019-01-03
| | | | | | | | * No need for configure hack as it is covered internally. * Try to get coverage build to progress * Remove extra mkdir
* Use NOVOLUME. Point to the oss_fuzz branch. (#2067)Gravatar Varun Khaneja2019-01-03
| | | | | | | - Start using NOVOLUME since Chromium is going to start using it. [See: https://crrev.com/c/1393803] - Point to the oss_fuzz branch where all releases will be fuzzed first before being merged into the master branch.
* [qpdf] Fix the fuzzer name in the qpdf project.yaml file. (#2065)Gravatar Stefan Bucur2019-01-02
|
* [skia] re-enable checks (#2064)Gravatar Kevin Lubick2019-01-02
|
* Add @mgierlings to botan cc list (#2063)Gravatar Jack Lloyd2018-12-31
|
* Fix Rust nightly installation (#2061)Gravatar Guido Vranken2018-12-30
|