Home
last modified time | relevance | path

Searched refs:custom_asan_options (Results 1 – 1 of 1) sorted by relevance

/external/oss-fuzz/infra/base-images/base-runner/
Drun_fuzzer80 custom_asan_options=$(parse_options.py $OPTIONS_FILE asan)
81 if [ ! -z $custom_asan_options ]; then
82 export ASAN_OPTIONS="$ASAN_OPTIONS:$custom_asan_options"