1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-16 15:41:42 +01:00
slackware-current/testing/source/glibc/profile.d/glibc.sh.new
Patrick J Volkerding 0b67de0df5 Sun Feb 2 07:04:21 UTC 2020
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.
2020-02-02 17:59:32 +01:00

8 lines
325 B
Bash
Executable file

#!/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