Commit 3e9d694
committed
fix(ci): suppress libc++ alloc-dealloc-mismatch false positive in ASan
Add alloc_dealloc_mismatch=0 to ASAN_OPTIONS to suppress known
false positives caused by libc++ internal allocation strategies.
This is a documented ASan/libc++ interaction issue, not a real bug.1 parent f589a71 commit 3e9d694
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments