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/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/ |
| D | .travis.yml | 33 - ./ossfuzz/travisoss.sh
|
| D | Makefile | 37 FUZZDIR = ossfuzz
|
| /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/node/ |
| D | node.gyp | 16 'ossfuzz' : 'false', 1176 # Ensure that ossfuzz flag has been set and that we are on Linux 1177 [ 'OS!="linux" or ossfuzz!="true"', { 1218 # Ensure that ossfuzz flag has been set and that we are on Linux 1219 [ 'OS!="linux" or ossfuzz!="true"', {
|
| D | configure.py | 510 parser.add_argument('--with-ossfuzz', 512 dest='ossfuzz', 2095 output['variables']['ossfuzz'] = b(options.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/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 | 2181 /* TODO: this assertion triggers in OSSFuzz runs and it is not in cf_h2_send() 2182 * 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/node/deps/cares/ |
| D | CHANGES | 340 - OSSFuzz: it assumes autotools builds a static library by default, which means the old autotools m… 2997 - Fix OSSFuzz reported issue in CAA reply parsing
|
| /third_party/sqlite/src/ |
| D | sqlite3.c | 110468 goto expr_code_doover; /* 2018-04-28: Prevent deep recursion. OSSFuzz. */
|