Searched +full:oss +full:- +full:fuzz +full:- +full:project +full:- +full:name (Results 1 – 25 of 51) sorted by relevance
123
| /third_party/skia/fuzz/ |
| D | README.md | 8 These fuzzers are packaged in two different ways (see //BUILD.gn). There is a `fuzz` executable 9 that contains all fuzzers and is a convenient way to reproduce fuzzer-reported bugs. There are also 13 See [../site/dev/testing/fuzz.md] for more information on building and running fuzzers using the 14 `fuzz` executable. 17 We fuzz Skia using [OSS-Fuzz](https://github.com/google/oss-fuzz), which in turn uses fuzzing 18 engines such as libfuzzer, afl-fuzz, hong-fuzz, and others to fuzz Skia. OSS-fuzz will automatically 19 [file and close bugs](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=label:Proj-skia) when 22 There is a [Skia folder](https://github.com/google/oss-fuzz/tree/master/projects/skia) 23 in the OSS-Fuzz repo that we make changes to when we want to add/remove/change the fuzzers that 25 [This](https://google.github.io/oss-fuzz/getting-started/new-project-guide/#testing-locally) [all …]
|
| /third_party/nghttp2/.github/workflows/ |
| D | fuzz.yml | 1 name: CIFuzz 5 runs-on: ubuntu-latest 7 - name: Build Fuzzers 8 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 10 oss-fuzz-project-name: 'nghttp2' 11 dry-run: false 12 - name: Run Fuzzers 13 uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master 15 oss-fuzz-project-name: 'nghttp2' 16 fuzz-seconds: 600 [all …]
|
| /third_party/curl/.github/workflows/ |
| D | fuzz.yml | 1 name: Fuzzer 8 - master 9 - '*/ci' 12 - master 16 runs-on: ubuntu-latest 18 - name: Build Fuzzers 19 uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master 21 oss-fuzz-project-name: 'curl' 22 dry-run: false 24 - name: Run Fuzzers [all …]
|
| /third_party/python/Modules/_xxtestfuzz/ |
| D | README.rst | 1 Fuzz Tests for CPython 4 These fuzz tests are designed to be included in Google's `oss-fuzz`_ project. 6 oss-fuzz works against a library exposing a function of the form 9 some toy values -- no fuzzing occurs in Python's test suite. 11 oss-fuzz will regularly pull from CPython, discover all the tests in 12 ``fuzz_tests.txt``, and run them -- so adding a new test here means it will 13 automatically be run in oss-fuzz, while also being smoke-tested as part of 16 Adding a new fuzz test 17 ---------------------- 19 Add the test name on a new line in ``fuzz_tests.txt``. [all …]
|
| /third_party/icu/docs/processes/ |
| D | fuzzer_targets.md | 1 <!-- 4 --> 9 This documents describes how to develop a [fuzzer](https://opensource.google.com/projects/oss-fuzz) 15 [`source/test/fuzzer/`](https://github.com/unicode-org/icu/tree/master/icu4c/source/test/fuzzer) 17 targets by the OSS-Fuzz system. 31 fuzzer-controlled data of size `size` bytes. Part or all of this data is then passed into the 35 [`collator_rulebased_fuzzer.cpp`](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/… 74 ICU fuzzer targets are built and executed by the OSS-Fuzz project. On side of ICU they are compiled 79 [`Makefile.in`](https://github.com/unicode-org/icu/blob/master/icu4c/source/test/fuzzer/Makefile.in… 86 Any fuzzer seed data for a fuzzer target goes into a file with name `<fuzzer_target>_seed_corpus.tx… [all …]
|
| /third_party/libsnd/ |
| D | NEWS | 1 Version 1.0.31 (2021-01-24) 16 * Change CMake's project name from sndfile to libsndfile as it should be. 38 * Fix memory leak in wav_read_smpl_chunk() function, credit to OSS-Fuzz. 39 * Fix aiff_read_header() memory leak(), credit to OSS-Fuzz. 40 * Fix leak in wav_read_header(), credit to OSS-Fuzz. 41 * Fix leak in wavlike_read_cart_chunk(), credit to OSS-Fuzz. 42 * Fix memory leak in wav_read_acid_chunk(), credit to OSS-Fuzz. 43 * Fix memory leak in aiff_read_basc_chunk(), credit to OSS-Fuzz. 44 * Fix memory leak in wavlike_read_peak_chunk(), credit to OSS-Fuzz. 45 * Fix memory leak in aiff_read_header(), credit to OSS-Fuzz. [all …]
|
| /third_party/freetype/ |
| D | ChangeLog.28 | 1 2017-09-16 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-8-1'. 24 builds/wince/vc2005-ce/freetype.vcproj, 25 builds/wince/vc2005-ce/index.html, 26 builds/wince/vc2008-ce/freetype.vcproj, 27 builds/wince/vc2008-ce/index.html: s/2.8/2.8.1/, s/28/281/. 34 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> 38 __builtin_shuffle() was introduced in gcc-4.7. The lowest 41 * src/sfnt/pngshim.c (premultiply_data): Fix cpp-macro to 45 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> [all …]
|
| D | ChangeLog | 1 2020-10-20 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-10-4'. 15 builds/wince/vc2005-ce/index.html, 16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1: 24 2020-10-19 Werner Lemberg <wl@gnu.org> 28 This is CVE-2020-15999. 32 2020-10-17 Alexei Podtelezhnikov <apodtele@gmail.com> 36 2020-10-17 Alexei Podtelezhnikov <apodtele@gmail.com> 40 2020-10-10 Werner Lemberg <wl@gnu.org> 46 Tag sources with `VER-2-10-3'. [all …]
|
| D | ChangeLog.29 | 1 2018-05-01 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-9-1'. 24 builds/wince/vc2005-ce/freetype.vcproj, 25 builds/wince/vc2005-ce/index.html, 26 builds/wince/vc2008-ce/freetype.vcproj, 27 builds/wince/vc2008-ce/index.html: s/2.9/2.9.1/, s/29/291/. 36 2018-04-26 Werner Lemberg <wl@gnu.org> 44 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8003 49 2018-04-24 Ben Wagner <bungeman@google.com> 56 2018-04-22 Werner Lemberg <wl@gnu.org> [all …]
|
| D | ChangeLog.27 | 1 2016-12-30 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-7-1'. 23 builds/wince/vc2005-ce/freetype.vcproj, 24 builds/wince/vc2005-ce/index.html, 25 builds/wince/vc2008-ce/freetype.vcproj, 26 builds/wince/vc2008-ce/index.html: s/2.7/2.7.1/, s/27/271/. 33 2016-12-30 Werner Lemberg <wl@gnu.org> 40 2016-12-30 Werner Lemberg <wl@gnu.org> 50 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=353 58 2016-12-29 Werner Lemberg <wl@gnu.org> [all …]
|
| /third_party/flutter/skia/third_party/externals/freetype/ |
| D | ChangeLog.28 | 1 2017-09-16 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-8-1'. 24 builds/wince/vc2005-ce/freetype.vcproj, 25 builds/wince/vc2005-ce/index.html, 26 builds/wince/vc2008-ce/freetype.vcproj, 27 builds/wince/vc2008-ce/index.html: s/2.8/2.8.1/, s/28/281/. 34 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> 38 __builtin_shuffle() was introduced in gcc-4.7. The lowest 41 * src/sfnt/pngshim.c (premultiply_data): Fix cpp-macro to 45 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> [all …]
|
| D | ChangeLog | 1 2019-07-04 Werner Lemberg <wl@gnu.org> 9 2019-07-04 Chris Liddell <chris.liddell@artifex.com> 20 However, out-of-spec fonts also use SEAC glyphs for ligatures (like 30 2019-07-01 Werner Lemberg <wl@gnu.org> 36 Tag sources with `VER-2-10-1'. 49 builds/wince/vc2005-ce/freetype.vcproj, 50 builds/wince/vc2005-ce/index.html, 51 builds/wince/vc2008-ce/freetype.vcproj, 52 builds/wince/vc2008-ce/index.html: s/2.10.0/2.10.1/, s/2100/2101/. 61 2019-06-26 Alexei Podtelezhnikov <apodtele@gmail.com> [all …]
|
| D | ChangeLog.29 | 1 2018-05-01 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-9-1'. 24 builds/wince/vc2005-ce/freetype.vcproj, 25 builds/wince/vc2005-ce/index.html, 26 builds/wince/vc2008-ce/freetype.vcproj, 27 builds/wince/vc2008-ce/index.html: s/2.9/2.9.1/, s/29/291/. 36 2018-04-26 Werner Lemberg <wl@gnu.org> 44 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8003 49 2018-04-24 Ben Wagner <bungeman@google.com> 56 2018-04-22 Werner Lemberg <wl@gnu.org> [all …]
|
| D | ChangeLog.27 | 1 2016-12-30 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-7-1'. 23 builds/wince/vc2005-ce/freetype.vcproj, 24 builds/wince/vc2005-ce/index.html, 25 builds/wince/vc2008-ce/freetype.vcproj, 26 builds/wince/vc2008-ce/index.html: s/2.7/2.7.1/, s/27/271/. 33 2016-12-30 Werner Lemberg <wl@gnu.org> 40 2016-12-30 Werner Lemberg <wl@gnu.org> 50 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=353 58 2016-12-29 Werner Lemberg <wl@gnu.org> [all …]
|
| /third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
| D | ChangeLog.28 | 1 2017-09-16 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-8-1'. 24 builds/wince/vc2005-ce/freetype.vcproj, 25 builds/wince/vc2005-ce/index.html, 26 builds/wince/vc2008-ce/freetype.vcproj, 27 builds/wince/vc2008-ce/index.html: s/2.8/2.8.1/, s/28/281/. 34 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> 38 __builtin_shuffle() was introduced in gcc-4.7. The lowest 41 * src/sfnt/pngshim.c (premultiply_data): Fix cpp-macro to 45 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> [all …]
|
| D | ChangeLog.210 | 1 2021-07-18 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-11-0'. 15 builds/wince/vc2005-ce/index.html, 16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1: 26 * builds/toplevel.mk (dist): Ignore more git-related files. 28 2021-07-17 David Turner <david@freetype.org> 32 The code assumed that if `__SSE2__` is defined, then 64-bit integer 37 64-bit integer types are not available. 41 2021-07-16 Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> 45 * tests/issue-1063/main.c (main): I am building with a build [all …]
|
| D | ChangeLog.29 | 1 2018-05-01 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-9-1'. 24 builds/wince/vc2005-ce/freetype.vcproj, 25 builds/wince/vc2005-ce/index.html, 26 builds/wince/vc2008-ce/freetype.vcproj, 27 builds/wince/vc2008-ce/index.html: s/2.9/2.9.1/, s/29/291/. 36 2018-04-26 Werner Lemberg <wl@gnu.org> 44 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=8003 49 2018-04-24 Ben Wagner <bungeman@google.com> 56 2018-04-22 Werner Lemberg <wl@gnu.org> [all …]
|
| D | ChangeLog.27 | 1 2016-12-30 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-7-1'. 23 builds/wince/vc2005-ce/freetype.vcproj, 24 builds/wince/vc2005-ce/index.html, 25 builds/wince/vc2008-ce/freetype.vcproj, 26 builds/wince/vc2008-ce/index.html: s/2.7/2.7.1/, s/27/271/. 33 2016-12-30 Werner Lemberg <wl@gnu.org> 40 2016-12-30 Werner Lemberg <wl@gnu.org> 50 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=353 58 2016-12-29 Werner Lemberg <wl@gnu.org> [all …]
|
| /third_party/nghttp2/ |
| D | OAT.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd. 8 http://www.apache.org/licenses/LICENSE-2.0 16 …s is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your projec… 17 …All configurations in this file will be merged to OAT-Default.xml, if you have any questions or co… 20 …1.If the project don't have "LICENSE" in root dir, please define all the license files in this pro… 23 …1. policy: If the OAT-Default.xml policies do not meet your requirements, please add policies here. 24 …2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilt… 25 …<policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPol… 32 … file exists in the specified path(projectroot means the root dir of the project), supported file … [all …]
|
| /third_party/icu/ |
| D | README.md | 3 This is the repository for the [International Components for Unicode](http://site.icu-project.org). 4 The ICU project is under the stewardship of [The Unicode Consortium](https://www.unicode.org). 6 - Source: https://github.com/unicode-org/icu 7 - Bugs: https://unicode-org.atlassian.net/projects/ICU 8 - API Docs: https://unicode-org.github.io/icu-docs/ 9 - User Guide: https://unicode-org.github.io/icu/ 14 We plan to rename the `master` branch to `main` branch around March 24-25, 2021. You may need to re… 19 ------|------- 20 …ons | [](https://github.… 21 Azure Pipelines | [](https://travis-ci.org/nloh… 4 …ts/status/1acb366xfyg3qybk/branch/develop?svg=true)](https://ci.appveyor.com/project/nlohmann/json) 10 …tps://scan.coverity.com/projects/5550/badge.svg)](https://scan.coverity.com/projects/nlohmann-json) 11 [](http… 13 …g Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/json.svg)](https://bugs.chromi… 14 [](https://wandbox.org/permlink/3lCH… 15 [](https://nlohmann.github.io/j… 16 [](https://raw.githubuserconten… 21 …ined.com/badge/resolution/nlohmann/json.svg)](https://isitmaintained.com/project/nlohmann/json "Av… 23 [](https://github.com/sponso… [all …]
|
| /third_party/curl/docs/ |
| D | HISTORY.md | 6 currency-exchange calculations available to Internet Relay Chat (IRC) 11 ---- 16 Daniel extended this existing command-line open-source tool. After a few minor 19 new maintainer of the project. 22 ---- 30 download support was added, the name of the project was changed and urlget 2.0 31 was released in August 1997. The http-only days were already passed. 41 ---- 49 The project slowly grew bigger. With upload capabilities, the name was once 50 again misleading and a second name change was made. On March 20, 1998 curl 4 [all …]
|
123