/third_party/cJSON/fuzzing/ |
D | ossfuzz.sh | 11 $CXX $CXXFLAGS $SRC/cjson/fuzzing/cjson_read_fuzzer.c -I. \ 15 find $SRC/cjson/fuzzing/inputs -name "*" | \ 18 cp $SRC/cjson/fuzzing/json.dict $OUT/cjson_read_fuzzer.dict
|
D | CMakeLists.txt | 1 option(ENABLE_FUZZING "Create executables and targets for fuzzing cJSON with afl." Off) 12 message(FATAL_ERROR "Enable sanitizers with -DENABLE_SANITIZERS=On to do fuzzing.")
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | TESTING.md | 44 ninja -Cfuzzbuild test/fuzzing/hb-{shape,draw,subset,set}-fuzzer 45 fuzzbuild/test/fuzzing/hb-subset-fuzzer test/fuzzing/fonts
|
/third_party/harfbuzz/ |
D | TESTING.md | 44 ninja -Cfuzzbuild test/fuzzing/hb-{shape,draw,subset,set}-fuzzer 45 fuzzbuild/test/fuzzing/hb-subset-fuzzer test/fuzzing/fonts
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | meson.build | 43 suite: ['fuzzing', 'slow'], 55 suite: ['fuzzing', 'slow'], 64 suite: ['fuzzing'],
|
D | README | 2 harfbuzz/test/fuzzing/hb-fuzzer.cc with:
|
/third_party/harfbuzz/test/fuzzing/ |
D | meson.build | 43 suite: ['fuzzing', 'slow'], 55 suite: ['fuzzing', 'slow'], 64 suite: ['fuzzing'],
|
D | README | 2 harfbuzz/test/fuzzing/hb-fuzzer.cc with:
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | fuzzing.md | 9 …er. This fuzzer supports error injection by using the first bytes of the fuzzing input as a Vulkan… 13 …ficantly improves the efficiency of fuzzing. Dawn's fuzzers use interesting testcases discovered i…
|
/third_party/openssl/fuzz/ |
D | README.md | 36 Configure for fuzzing: 60 Configure for fuzzing: 83 don't need to be build for fuzzing, there is no need to set CC or the call 98 connection setup. This results in the coverage of the fuzzing corpus changing 103 Since we want to maximize the coverage of the fuzzing corpus, the client and
|
/third_party/grpc/third_party/upb/tests/corpus/ |
D | README | 1 Corpus folder for fuzzing
|
/third_party/harfbuzz/test/ |
D | meson.build | 2 subdir('fuzzing') subdir
|
D | Makefile.am | 5 SUBDIRS = api shaping fuzzing subset subdir
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/ |
D | CMakeLists.txt | 4 add_subdirectory(fuzzing)
|
D | Makefile.am | 5 SUBDIRS = api shaping fuzzing subset subdir
|
/third_party/skia/third_party/externals/harfbuzz/test/ |
D | meson.build | 4 subdir('fuzzing') subdir
|
D | Makefile.am | 5 SUBDIRS = api shape subset fuzzing subdir
|
/third_party/curl/tests/fuzz/ |
D | README | 4 The fuzzing tests for curl have been moved to a separate repository:
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerFlags.def | 52 "Experimental. Use value profile to guide fuzzing.") 69 FUZZER_FLAG_STRING(artifact_prefix, "Write fuzzing artifacts (crash, " 97 "try to detect memory leaks during fuzzing (i.e. not only at shut down).")
|
/third_party/skia/site/docs/dev/testing/ |
D | fuzz.md | 82 // Required for fuzzing with afl-fuzz to prevent OOMs from adding noise. 85 // Required for fuzzing with libfuzzer
|
/third_party/skia/third_party/externals/libwebp/tests/ |
D | README | 5 fuzzing through the APIs. Additional test vector coverage can be found at:
|
/third_party/flutter/skia/third_party/externals/wuffs/fuzz/c/std/ |
D | README.md | 5 They are typically run indirectly, by a fuzzing framework such as
|
/third_party/flatbuffers/tests/fuzzer/ |
D | readme.md | 4 > LibFuzzer is in-process, coverage-guided, evolutionary fuzzing engine. 5 …ibrary under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka “…
|
/third_party/json/test/thirdparty/Fuzzer/test/ |
D | fuzzer-singleinputs.test | 14 SINGLE_INPUTS: NOTE: fuzzing was not performed, you have only
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | README | 2 harfbuzz/test/fuzzing/hb-fuzzer.cc with:
|