Searched full:asan (Results 1 – 16 of 16) sorted by relevance
/openbmc/libmctp/tests/fuzz/ |
H A D | fuzz-build.py | 10 # * AFL (normal, asan, cmplog) 11 # * honggfuzz (asan, msan, ubsan) 60 # ASAN 86 # asan by default
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fuzz-build.py | 10 # * AFL (normal, asan, cmplog) 60 # ASAN
|
H A D | fd-fuzz.cpp | 426 /* Fresh allocation so that ASAN will notice overflow reads */ in LLVMFuzzerTestOneInput()
|
/openbmc/qemu/tests/docker/ |
H A D | test-debug | 22 OPTS="--enable-debug --enable-asan --enable-ubsan $OPTS"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/civetweb/ |
H A D | civetweb_1.16.bb | 19 # Disable ASAN as it is included only in Debug build.
|
/openbmc/qemu/ |
H A D | .patchew.yml | 91 {% elif test == "docker-mingw@fedora" or test == "docker-quick@centos8" or test == "asan" %} 120 asan:
|
H A D | meson_options.txt | 96 option('asan', type: 'boolean', value: false, boolean
|
H A D | meson.build | 566 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 D | fuzzing.rst | 24 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 D | secure-coding-practices.rst | 36 asan.
|
/openbmc/openbmc/poky/meta/recipes-devtools/clang/ |
H A D | compiler-rt-sanitizers_git.bb | 116 ${nonarch_libdir}/clang/${MAJOR_VER}/lib/linux/libclang_rt.asan-preinit*.a"
|
H A D | compiler-rt_git.bb | 127 …nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/libclang_rt.asan-preinit*.a"
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 24 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 D | fdc-test.c | 555 g_test_skip("QEMU not configured using --enable-asan"); in qtest_check_clang_sanitizer()
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 613 * SEPARATOR is trivial for the fuzzer to discover when using ASan. Optionally,
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 1103 # asan symbols at runtime only. We don't want to set it earlier
|