12 lines
372 B
Diff
12 lines
372 B
Diff
|
--- malloc/malloc.c.fedora 2004-11-04 16:45:51.365618552 -0500
|
||
|
+++ malloc/malloc.c 2004-11-04 16:46:43.132748752 -0500
|
||
|
@@ -2355,7 +2355,7 @@
|
||
|
/* ---------------- Error behavior ------------------------------------ */
|
||
|
|
||
|
#ifndef DEFAULT_CHECK_ACTION
|
||
|
-#define DEFAULT_CHECK_ACTION 3
|
||
|
+#define DEFAULT_CHECK_ACTION 0
|
||
|
#endif
|
||
|
|
||
|
static int check_action = DEFAULT_CHECK_ACTION;
|