Searched refs:ASAN_OPTIONS (Results 1 – 25 of 65) sorted by relevance
123
26 ASAN_OPTIONS=detect_leaks=0 \33 ASAN_OPTIONS=detect_leaks=0 \45 ASAN_OPTIONS=detect_leaks=0 \63 ASAN_OPTIONS=detect_leaks=0 \78 ASAN_OPTIONS=detect_leaks=0 LIBS="-lunistring" CXXFLAGS="$CXXFLAGS -L$DEPS_PATH/lib" \
82 export ASAN_OPTIONS="$ASAN_OPTIONS:$custom_asan_options"101 export ASAN_OPTIONS="$ASAN_OPTIONS:abort_on_error=1:symbolize=0:detect_odr_violation=0:"
38 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \44 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \53 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \82 ASAN_OPTIONS=detect_leaks=0 UBSAN_OPTIONS=detect_leaks=0 \
312 ASAN_OPTIONS=start_deactivated=1,malloc_context_size=0327 ASAN_OPTIONS=$ASAN_OPTIONS \\337 ASAN_OPTIONS="$ASAN_OPTIONS,allow_user_segv_handler=1"341 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
311 ASAN_OPTIONS=start_deactivated=1330 ASAN_OPTIONS=$ASAN_OPTIONS \\342 ASAN_OPTIONS="$ASAN_OPTIONS,allow_user_segv_handler=1"346 ASAN_OPTIONS="$ASAN_OPTIONS,$extra_options"
28 export ASAN_OPTIONS=$ASAN_OPTIONS;38 export ASAN_OPTIONS
22 ASAN_OPTIONS=detect_leaks=032 ASAN_OPTIONS=detect_leaks=0 b2 clang-ossfuzz -j$(nproc) crypto=openssl fuzz=external sanitize=off s…
26 unset ASAN_OPTIONS MSAN_OPTIONS TSAN_OPTIONS UBSAN_OPTIONS108 export ASAN_OPTIONS="${sanitizer_options}"
6 RUN: ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%T not --crash AFLDriverTest10 ASAN_OPTIONS= AFL_DRIVER_EXTRA_STATS_FILENAME=%t not --crash AFLDriverTest
1 RUN: ASAN_OPTIONS=handle_segv=0 not LLVMFuzzer-NullDerefTest 2>&1 | FileCheck %s --check-prefix=LIB…
6 RUN: ASAN_OPTIONS= AFL_DRIVER_STDERR_DUPLICATE_FILENAME="%T" not --crash AFLDriverTest
31 At run time, pass ``coverage=1`` in ``ASAN_OPTIONS``,54 % ASAN_OPTIONS=coverage=1 ./a.out; ls -l *sancov57 % ASAN_OPTIONS=coverage=1 ./a.out foo ; ls -l *sancov204 % ASAN_OPTIONS="coverage=1:coverage_bitset=1" ./a.out206 % ASAN_OPTIONS="coverage=1:coverage_bitset=1" ./a.out 1260 % ASAN_OPTIONS="coverage=1:coverage_counters=1" ./a.out300 % ASAN_OPTIONS=coverage=1 ./a.out356 This can be changed with ``ASAN_OPTIONS=coverage_dir=/path``:360 % ASAN_OPTIONS="coverage=1:coverage_dir=/tmp/cov" ./a.out foo376 With ``ASAN_OPTIONS=coverage=1:coverage_direct=1`` coverage data is written to a[all …]
17 * Use-after-return (runtime flag `ASAN_OPTIONS=detect_stack_use_after_return=1`)110 force disabled by setting ``ASAN_OPTIONS=symbolize=0``):114 % ASAN_OPTIONS=symbolize=0 ./a.out 2> log135 ``ASAN_OPTIONS=check_initialization_order=1``.144 and can be enabled using ``ASAN_OPTIONS=detect_leaks=1`` on macOS;162 in external libraries, set the ``ASAN_OPTIONS`` environment variable to point168 ASAN_OPTIONS=suppressions=MyASan.supp
2 export ASAN_OPTIONS=abort_on_error=1:disable_core=0:unmap_shadow_on_exit=1:disable_coredump=0
22 export ASAN_OPTIONS=handle_abort=1
5 export ASAN_OPTIONS="detect_odr_violation=0 detect_leaks=0"
6 config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
5 export ASAN_OPTIONS=halt_on_error=1
19 export ASAN_OPTIONS=detect_leaks=0
21 export ASAN_OPTIONS=detect_leaks=0
20 ASAN_OPTIONS=detect_leaks=0 ./configure --enable-static --disable-shared --disable-doc --disable-gc…
35 export ASAN_OPTIONS="detect_leaks=0:symbolize=0:detect_odr_violation=0:abort_on_error=1"