Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 06:40:59 -0800 (PST)
From:      Murray Stokely <murray@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8258 for review
Message-ID:  <200203231440.g2NEexB55810@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8258

Change 8258 by murray@murray_builder on 2002/03/23 06:40:09

	Revert r1.51, which turned on the AJ debugging options.
	Suggested by: peter, rwatson, others

Affected files ...

... //depot/releng/5_dp1/src/lib/libc/stdlib/malloc.c#2 edit

Differences ...

==== //depot/releng/5_dp1/src/lib/libc/stdlib/malloc.c#2 (text+ko) ====

@@ -220,7 +220,7 @@
 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;
@@ -241,7 +241,7 @@
 static int malloc_zero;
 
 /* junk fill ?  */
-static int malloc_junk = 1;
+static int malloc_junk = 0;
 
 #ifdef HAS_UTRACE
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-releng" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203231440.g2NEexB55810>