From 8407c0eb7c3e30a5e1b1ddbfaccce76413469f3b Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Tue, 9 Nov 2010 14:04:07 -0800 Subject: [PATCH] Perturb malloc so that we spot bugs quicker --- .bashrc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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)) -- 1.6.6.rc1.39.g9a42