Bug 860254 - Part 4: Enable poisoning. r=glandium

This commit is contained in:
David Major 2014-02-13 20:11:15 -05:00
parent e871b5f5e6
commit 0cbf1c6af0

View File

@ -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