Last change
on this file since 76ea60c 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:
325 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
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 | #export MALLOC_CHECK_=1 |
---|
Note: See
TracBrowser
for help on using the repository browser.