From cc4a102d2bc56f1825ac85bd182df59defcacb6d Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sun, 18 Sep 2005 03:45:24 +0000 Subject: Take a step closer to the release and turn off malloc debugging. Approved by: re (implicit) --- lib/libc/stdlib/malloc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdlib/malloc.c') diff --git a/lib/libc/stdlib/malloc.c b/lib/libc/stdlib/malloc.c index 5fbbe08883d92..384adc1a51755 100644 --- a/lib/libc/stdlib/malloc.c +++ b/lib/libc/stdlib/malloc.c @@ -219,7 +219,7 @@ static unsigned malloc_ninfo; static struct pgfree free_list; /* Abort(), user doesn't handle problems. */ -static int malloc_abort = 1; +static int malloc_abort = 0; /* Are we trying to die ? */ static int suicide; @@ -242,7 +242,7 @@ static int malloc_sysv; static int malloc_zero; /* junk fill ? */ -static int malloc_junk = 1; +static int malloc_junk = 0; #ifdef HAS_UTRACE -- cgit v1.2.3