Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2002 02:16:26 -0800 (PST)
From:      Murray Stokely <murray@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8486 for review
Message-ID:  <200203271016.g2RAGQL68972@freefall.freebsd.org>

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

Change 8486 by murray@murray_builder on 2002/03/27 02:15:25

	Turn AJ back on by default.  PHK was convincing.

Affected files ...

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

Differences ...

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

@@ -1,3 +1,4 @@
+//depot/releng/5_dp1/src/lib/libc/stdlib/malloc.c#1 - branch change 7771 (text+ko)
 /*
  * ----------------------------------------------------------------------------
  * "THE BEER-WARE LICENSE" (Revision 42):
@@ -220,7 +221,7 @@
 static struct pgfree free_list;
 
 /* Abort(), user doesn't handle problems.  */
-static int malloc_abort = 0;
+static int malloc_abort = 1;
 
 /* Are we trying to die ?  */
 static int suicide;
@@ -241,7 +242,7 @@
 static int malloc_zero;
 
 /* junk fill ?  */
-static int malloc_junk = 0;
+static int malloc_junk = 1;
 
 #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?200203271016.g2RAGQL68972>