Home
last modified time | relevance | path

Searched full:asan (Results 1 – 16 of 16) sorted by relevance

/openbmc/libmctp/tests/fuzz/
H A Dfuzz-build.py10 # * AFL (normal, asan, cmplog)
11 # * honggfuzz (asan, msan, ubsan)
60 # ASAN
86 # asan by default
/openbmc/libpldm/tests/fuzz/
H A Dfuzz-build.py10 # * AFL (normal, asan, cmplog)
60 # ASAN
H A Dfd-fuzz.cpp426 /* Fresh allocation so that ASAN will notice overflow reads */ in LLVMFuzzerTestOneInput()
/openbmc/qemu/tests/docker/
H A Dtest-debug22 OPTS="--enable-debug --enable-asan --enable-ubsan $OPTS"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/civetweb/
H A Dcivetweb_1.16.bb19 # Disable ASAN as it is included only in Debug build.
/openbmc/qemu/
H A D.patchew.yml91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %}
120 asan:
H A Dmeson_options.txt96 option('asan', type: 'boolean', value: false, boolean
H A Dmeson.build566 if get_option('asan')
597 if get_option('asan') or get_option('ubsan')
2728 if get_option('asan') and \
2732 warning('Missing ASAN due to missing fiber annotation interface')
/openbmc/qemu/docs/devel/testing/
H A Dfuzzing.rst24 Here, enable-asan and enable-ubsan are optional but they allow us to reliably
29 --enable-fuzzing --enable-asan --enable-ubsan
/openbmc/qemu/docs/devel/
H A Dsecure-coding-practices.rst36 asan.
/openbmc/openbmc/poky/meta/recipes-devtools/clang/
H A Dcompiler-rt-sanitizers_git.bb116 ${nonarch_libdir}/clang/${MAJOR_VER}/lib/linux/libclang_rt.asan-preinit*.a"
H A Dcompiler-rt_git.bb127 …nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.asan-preinit*.a"
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.sh24 printf "%s\n" ' --enable-asan enable address sanitizer'
240 --enable-asan) printf "%s" -Dasan=true ;;
241 --disable-asan) printf "%s" -Dasan=false ;;
/openbmc/qemu/tests/qtest/
H A Dfdc-test.c555 g_test_skip("QEMU not configured using --enable-asan"); in qtest_check_clang_sanitizer()
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c613 * SEPARATOR is trivial for the fuzzer to discover when using ASan. Optionally,
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py1103 # asan symbols at runtime only. We don't want to set it earlier