mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build: re-enable container_overflow ASAN check (#44699)
build: re-enable container_overflow ASAN check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user