mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 11:23:08 +03:00
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:
parent
eabe889162
commit
d660683d3d
5 changed files with 17 additions and 5 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#include "test/jemalloc_test.h"
|
||||
#include "test/san.h"
|
||||
|
||||
const char *malloc_conf = TEST_SAN_UAF_ALIGN_DISABLE;
|
||||
|
||||
enum {
|
||||
alloc_option_start = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue