mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 860254 - Part 4: Enable poisoning. r=glandium
This commit is contained in:
parent
e871b5f5e6
commit
0cbf1c6af0
@ -1294,7 +1294,7 @@ static bool opt_zero = false;
|
||||
static bool opt_abort = false;
|
||||
#ifdef MALLOC_FILL
|
||||
static const bool opt_junk = false;
|
||||
static const bool opt_poison = false;
|
||||
static const bool opt_poison = true;
|
||||
static const bool opt_zero = false;
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user