X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=.bashrc;h=5e07d4090874fe3b01d073b600d84c99fdad5f19;hb=8407c0eb7c3e30a5e1b1ddbfaccce76413469f3b;hp=b0df65be71a2732bc0bf3cde0649a893dae3f7d0;hpb=14cc81b82cb640c7cb91b2d3063769ab04cf3280;p=cmccabe-etc diff --git a/.bashrc b/.bashrc index b0df65b..5e07d40 100644 --- a/.bashrc +++ b/.bashrc @@ -47,3 +47,6 @@ case $- in # non-interactive shell ;; esac + +# Perturb malloc so that we spot bugs quicker! +export MALLOC_PERTURB_=$(($RANDOM % 255 + 1))