mirror of
git://slackware.nl/current.git
synced 2025-01-03 23:03:22 +01:00
d3c452d720
patches/packages/bind-9.16.50-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. patches/packages/aaa_glibc-solibs-2.33-x86_64-6_slack15.0.txz: Rebuilt. patches/packages/glibc-2.33-x86_64-6_slack15.0.txz: Rebuilt. This update fixes a security issue: The iconv() function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings to the ISO-2022-CN-EXT character set, which may be used to crash an application or overwrite a neighbouring variable. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-2961 (* Security fix *) patches/packages/glibc-i18n-2.33-x86_64-6_slack15.0.txz: Rebuilt. patches/packages/glibc-profile-2.33-x86_64-6_slack15.0.txz: Rebuilt. testing/packages/bind-9.18.26-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release.
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
|