Home
last modified time | relevance | path

Searched refs:fuzzing (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/cJSON/fuzzing/
Dossfuzz.sh11 $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
DCMakeLists.txt1 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/
DTESTING.md44 ninja -Cfuzzbuild test/fuzzing/hb-{shape,draw,subset,set}-fuzzer
45 fuzzbuild/test/fuzzing/hb-subset-fuzzer test/fuzzing/fonts
/third_party/harfbuzz/
DTESTING.md44 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/
Dmeson.build43 suite: ['fuzzing', 'slow'],
55 suite: ['fuzzing', 'slow'],
64 suite: ['fuzzing'],
DREADME2 harfbuzz/test/fuzzing/hb-fuzzer.cc with:
/third_party/harfbuzz/test/fuzzing/
Dmeson.build43 suite: ['fuzzing', 'slow'],
55 suite: ['fuzzing', 'slow'],
64 suite: ['fuzzing'],
DREADME2 harfbuzz/test/fuzzing/hb-fuzzer.cc with:
/third_party/skia/third_party/externals/dawn/docs/
Dfuzzing.md9 …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/
DREADME.md36 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/
DREADME1 Corpus folder for fuzzing
/third_party/harfbuzz/test/
Dmeson.build2 subdir('fuzzing') subdir
DMakefile.am5 SUBDIRS = api shaping fuzzing subset subdir
/third_party/flutter/skia/third_party/externals/harfbuzz/test/
DCMakeLists.txt4 add_subdirectory(fuzzing)
DMakefile.am5 SUBDIRS = api shaping fuzzing subset subdir
/third_party/skia/third_party/externals/harfbuzz/test/
Dmeson.build4 subdir('fuzzing') subdir
DMakefile.am5 SUBDIRS = api shape subset fuzzing subdir
/third_party/curl/tests/fuzz/
DREADME4 The fuzzing tests for curl have been moved to a separate repository:
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerFlags.def52 "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/
Dfuzz.md82 // 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/
DREADME5 fuzzing through the APIs. Additional test vector coverage can be found at:
/third_party/flutter/skia/third_party/externals/wuffs/fuzz/c/std/
DREADME.md5 They are typically run indirectly, by a fuzzing framework such as
/third_party/flatbuffers/tests/fuzzer/
Dreadme.md4 > 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/
Dfuzzer-singleinputs.test14 SINGLE_INPUTS: NOTE: fuzzing was not performed, you have only
/third_party/flutter/skia/third_party/externals/harfbuzz/test/fuzzing/
DREADME2 harfbuzz/test/fuzzing/hb-fuzzer.cc with:

1234