Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/base-images/base-runner/
Drun_fuzzer90 custom_ubsan_options=$(parse_options.py $OPTIONS_FILE ubsan)
91 if [ ! -z $custom_ubsan_options ]; then
92 export UBSAN_OPTIONS="$UBSAN_OPTIONS:$custom_ubsan_options"