mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +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.
9 lines
328 B
Tcsh
Executable file
9 lines
328 B
Tcsh
Executable file
#!/bin/csh
|
|
# 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.
|
|
#
|
|
#setenv MALLOC_CHECK_ 1
|