5 kx #!/bin/sh
5 kx # Set more relaxed (glibc-2.3.5 like) malloc() checking.
5 kx #
5 kx # This relaxes the default paranoia level so that it reports
5 kx # bugs, but does not kill the questionable process. You can
5 kx # get away with running broken programs with this setting,
5 kx # but at a possible performance and security cost.
5 kx #export MALLOC_CHECK_=1