Searched full:ossfuzz (Results 1 – 21 of 21) sorted by relevance
| /third_party/lz4/ossfuzz/ |
| D | travisoss.sh | 6 git clone https://github.com/google/oss-fuzz.git /tmp/ossfuzz 8 if [[ ! -d /tmp/ossfuzz/projects/lz4 ]] 10 echo "Could not find the lz4 project in ossfuzz" 17 …om/lz4/lz4.git@-b ${TRAVIS_BRANCH} https://github.com/lz4/lz4.git@" /tmp/ossfuzz/projects/lz4/Dock… 19 …EQUEST_BRANCH} https://github.com/${TRAVIS_PULL_REQUEST_SLUG}.git@" /tmp/ossfuzz/projects/lz4/Dock… 23 pushd /tmp/ossfuzz
|
| D | ossfuzz.sh | 18 pushd ossfuzz 23 cp -v ossfuzz/*_fuzzer $OUT/
|
| /third_party/libsnd/ossfuzz/ |
| D | ci_oss.sh | 8 git clone https://github.com/google/oss-fuzz.git /tmp/ossfuzz 10 if [[ ! -d /tmp/ossfuzz/projects/${PROJECT_NAME} ]] 12 echo "Could not find the ${PROJECT_NAME} project in ossfuzz" 23 …libsndfile \&\& cd /src/libsndfile \&\& git checkout -b ${BRANCH}@" /tmp/ossfuzz/projects/${PROJEC… 26 pushd /tmp/ossfuzz
|
| D | ossfuzz.sh | 31 cp -v ossfuzz/sndfile_fuzzer $OUT/ 32 cp -v ossfuzz/sndfile_alt_fuzzer $OUT/
|
| /third_party/lz4/build/meson/meson/ossfuzz/ |
| D | meson.build | 22 lz4_source_root / 'ossfuzz/@0@.c'.format(f), 23 lz4_source_root / 'ossfuzz/lz4_helpers.c', 24 lz4_source_root / 'ossfuzz/fuzz_data_producer.c', 31 lz4_source_root / 'ossfuzz/standaloneengine.c',
|
| /third_party/libsnd/.github/workflows/ |
| D | action.yml | 13 ubuntu-gcc-ossfuzz, 41 - name: ubuntu-gcc-ossfuzz 46 build-system: ossfuzz 232 - name: Configure, build and test with OSSFuzz 236 if: startsWith(matrix.build-system,'ossfuzz') 238 ./ossfuzz/ci_oss.sh
|
| /third_party/libsnd/ |
| D | Makefile.am | 447 # ossfuzz/ # 465 ossfuzz/sndfile_fuzzer \ 466 ossfuzz/sndfile_alt_fuzzer 469 ossfuzz/libstandaloneengine.la 472 ossfuzz_sndfile_fuzzer_SOURCES = ossfuzz/sndfile_fuzzer.cc 477 ossfuzz_sndfile_alt_fuzzer_SOURCES = ossfuzz/sndfile_alt_fuzzer.cc 482 ossfuzz_libstandaloneengine_la_SOURCES = ossfuzz/standaloneengine.cc ossfuzz/testinput.h
|
| /third_party/lz4/build/meson/ |
| D | meson_options.txt | 35 option('ossfuzz', type: 'boolean', value: true, boolean 36 description: 'Enable ossfuzz')
|
| /third_party/lz4/build/meson/meson/ |
| D | meson.build | 133 if get_option('ossfuzz') 134 subdir('ossfuzz') subdir
|
| /third_party/ffmpeg/tools/ |
| D | target_dec_fate.sh | 44 grep 'CONFIG_OSSFUZZ 0' ../config.h && echo not configured for ossfuzz && show_help
|
| /third_party/lz4/build/meson/meson/lib/ |
| D | meson.build | 47 if get_option('tests') or get_option('programs') or get_option('examples') or get_option('ossfuzz')
|
| /third_party/skia/third_party/externals/expat/expat/ |
| D | CMakeLists.txt | 120 option(EXPAT_OSSFUZZ_BUILD "build fuzzers via ossfuzz for the expat library" OFF) 574 "warning, it points to a deeper problem in the ossfuzz " 610 "Attempting to perform an ossfuzz build without turning on the fuzzer build. "
|
| D | README.md | 252 // build fuzzers via ossfuzz for the expat library
|
| /third_party/libexif/ |
| D | NEWS | 53 * Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others.
|
| /third_party/skia/third_party/externals/expat/ |
| D | README.md | 252 // build fuzzers via ossfuzz for the expat library
|
| /third_party/lz4/ |
| D | Makefile | 37 FUZZDIR = ossfuzz
|
| /third_party/ffmpeg/libavcodec/ |
| D | allcodecs.c | 866 // The iterate API is not usable with ossfuzz due to the excessive size of binaries created
|
| /third_party/curl/lib/ |
| D | http2.c | 2203 /* TODO: this assertion triggers in OSSFuzz runs and it is not in cf_h2_send() 2204 * clear why. Disable for now to let OSSFuzz continue its tests. */ in cf_h2_send()
|
| /third_party/ffmpeg/ |
| D | configure | 495 --enable-ossfuzz Enable building fuzzer tool 2008 ossfuzz 4308 enabled ossfuzz && ! echo $CFLAGS | grep -q -- "-fsanitize=" && ! echo $CFLAGS | grep -q -- "-fcov… 5863 disabled optimizations || enabled ossfuzz || check_cflags -fomit-frame-pointer
|
| /third_party/rust/crates/nom/ |
| D | CHANGELOG.md | 178 - nom is now regularly fuzzed through the OSSFuzz project
|
| /third_party/sqlite/src/ |
| D | sqlite3.c | 111063 goto expr_code_doover; /* 2018-04-28: Prevent deep recursion. OSSFuzz. */
|