mirror of
git://slackware.nl/current.git
synced 2025-01-16 15:41:42 +01:00
0b67de0df5
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.
8 lines
325 B
Bash
Executable file
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
|