linamh/sys-libs/glibc/files/2.3.4/glibc-2.3.4-fedora-branch-nomalloccheck.patch

12 lines
372 B
Diff
Raw Normal View History

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