Fix test config of lg_san_uaf_align.

The option may be configure-disabled, which resulted in the invalid options
output from the tests.
This commit is contained in:
Qi Wang
2021-12-30 13:27:23 -08:00
committed by Qi Wang
parent eabe889162
commit d660683d3d
5 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
export MALLOC_CONF="tcache_max:1024,lg_san_uaf_align:-1"
export MALLOC_CONF="tcache_max:1024"