source: npl/system/glibc/profile.d/glibc.csh.new @ 0105685

gcc484ntopperl-5.22
Last change on this file since 0105685 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 328 bytes
Line 
1#!/bin/csh
2# Set more relaxed (glibc-2.3.5 like) malloc() checking.
3#
4# This relaxes the default paranoia level so that it reports
5# bugs, but does not kill the questionable process.  You can
6# get away with running broken programs with this setting,
7# but at a possible performance and security cost.
8#
9#setenv MALLOC_CHECK_ 1
Note: See TracBrowser for help on using the repository browser.