Skip to content

Commit 48b0f71

Browse files
authored
Skipping AddressSanitizer alloc-dealloc-mismatch check (operator new vs free) (#341)
1 parent 1cce44f commit 48b0f71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FSLibrary/StellarCoreCfg.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module CfgVal =
3838
let localHistName = "local"
3939
let peerNameEnvVarName = "STELLAR_CORE_PEER_SHORT_NAME"
4040
let asanOptionsEnvVarName = "ASAN_OPTIONS"
41-
let asanOptionsEnvVarDefaultValue = "quarantine_size_mb=1:malloc_context_size=5"
41+
let asanOptionsEnvVarDefaultValue = "quarantine_size_mb=1:malloc_context_size=5:alloc_dealloc_mismatch=0"
4242
let peerCfgFileName = "stellar-core.cfg"
4343
let peerInitCfgFileName = "stellar-core-init.cfg"
4444
let peerDelayCfgFileName = "install-delays.sh"

src/MissionParallelCatchup/parallel_catchup_helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ worker:
1717
requireNodeLabels: []
1818
avoidNodeLabels: []
1919
tolerateNodeTaints: []
20-
asanOptions: "quarantine_size_mb=1:malloc_context_size=5"
20+
asanOptions: "quarantine_size_mb=1:malloc_context_size=5:alloc_dealloc_mismatch=0"
2121
resources: # resources below are left empty on purpose, they are read and overridden from `StellarKubeCfg.fs`
2222
requests:
2323
cpu: ""

0 commit comments

Comments
 (0)