summaryrefslogtreecommitdiffstats
path: root/testing/source/glibc/profile.d/glibc.sh.new
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-02-02 07:04:21 +0000
committer Eric Hameleers <alien@slackware.com>2020-02-02 17:59:32 +0100
commit0b67de0df533e1bab9e1f52ce62c45327f2fc5ae (patch)
tree56a2891b3705f433f1dc7ea419ac7a6eb4c2a592 /testing/source/glibc/profile.d/glibc.sh.new
parent60e10a77d877df3139154896131eb50e5f6b1a61 (diff)
downloadcurrent-6857ce43c36bca920812ad0169120abe676711c5.tar.gz
current-6857ce43c36bca920812ad0169120abe676711c5.tar.xz
Sun Feb 2 07:04:21 UTC 202020200202070421
testing/packages/binutils-2.34-x86_64-1.txz: Added. testing/packages/glibc-2.31-x86_64-1.txz: Added. testing/packages/glibc-i18n-2.31-x86_64-1.txz: Added. testing/packages/glibc-profile-2.31-x86_64-1.txz: Added. testing/packages/glibc-solibs-2.31-x86_64-1.txz: Added.
Diffstat (limited to 'testing/source/glibc/profile.d/glibc.sh.new')
-rwxr-xr-xtesting/source/glibc/profile.d/glibc.sh.new8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/source/glibc/profile.d/glibc.sh.new b/testing/source/glibc/profile.d/glibc.sh.new
new file mode 100755
index 000000000..979f4879e
--- /dev/null
+++ b/testing/source/glibc/profile.d/glibc.sh.new
@@ -0,0 +1,8 @@
+#!/bin/sh
+# Set more relaxed (glibc-2.3.5 like) malloc() checking.
+#
+# This relaxes the default paranoia level so that it reports
+# bugs, but does not kill the questionable process. You can
+# get away with running broken programs with this setting,
+# but at a possible performance and security cost.
+#export MALLOC_CHECK_=1