Home
last modified time | relevance | path

Searched full:ossfuzz (Results 1 – 21 of 21) sorted by relevance

/third_party/lz4/ossfuzz/
Dtravisoss.sh6 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
Dossfuzz.sh18 pushd ossfuzz
23 cp -v ossfuzz/*_fuzzer $OUT/
/third_party/libsnd/ossfuzz/
Dci_oss.sh8 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
Dossfuzz.sh31 cp -v ossfuzz/sndfile_fuzzer $OUT/
32 cp -v ossfuzz/sndfile_alt_fuzzer $OUT/
/third_party/lz4/build/meson/meson/ossfuzz/
Dmeson.build22 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/
Daction.yml13 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/
DMakefile.am447 # 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/
Dmeson_options.txt35 option('ossfuzz', type: 'boolean', value: true, boolean
36 description: 'Enable ossfuzz')
/third_party/lz4/build/meson/meson/
Dmeson.build133 if get_option('ossfuzz')
134 subdir('ossfuzz') subdir
/third_party/ffmpeg/tools/
Dtarget_dec_fate.sh44 grep 'CONFIG_OSSFUZZ 0' ../config.h && echo not configured for ossfuzz && show_help
/third_party/lz4/build/meson/meson/lib/
Dmeson.build47 if get_option('tests') or get_option('programs') or get_option('examples') or get_option('ossfuzz')
/third_party/skia/third_party/externals/expat/expat/
DCMakeLists.txt120 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. "
DREADME.md252 // build fuzzers via ossfuzz for the expat library
/third_party/libexif/
DNEWS53 * Lots of fixes exposed by fuzzers like AFL, ClusterFuzz, OSSFuzz and others.
/third_party/skia/third_party/externals/expat/
DREADME.md252 // build fuzzers via ossfuzz for the expat library
/third_party/lz4/
DMakefile37 FUZZDIR = ossfuzz
/third_party/ffmpeg/libavcodec/
Dallcodecs.c866 // The iterate API is not usable with ossfuzz due to the excessive size of binaries created
/third_party/curl/lib/
Dhttp2.c2203 /* 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/
Dconfigure495 --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/
DCHANGELOG.md178 - nom is now regularly fuzzed through the OSSFuzz project
/third_party/sqlite/src/
Dsqlite3.c111063 goto expr_code_doover; /* 2018-04-28: Prevent deep recursion. OSSFuzz. */