build: re-enable container_overflow ASAN check (#44699)

build: re-enable container_overflow ASAN check
This commit is contained in:
Shelley Vohr
2024-11-18 15:22:17 +01:00
committed by GitHub
parent dd50afa8c2
commit d320840a54
3 changed files with 47 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ jobs:
if [ "${{ inputs.is-asan }}" == "true" ]; then
cd ..
ASAN_SYMBOLIZE="$PWD/tools/valgrind/asan/asan_symbolize.py --executable-path=$PWD/out/Default/electron"
export ASAN_OPTIONS="symbolize=0 handle_abort=1 detect_container_overflow=0"
export ASAN_OPTIONS="symbolize=0 handle_abort=1"
export G_SLICE=always-malloc
export NSS_DISABLE_ARENA_FREE_LIST=1
export NSS_DISABLE_UNLOAD=1