Cristian Rodríguez <crrodriguez at opensuse.org> wrote: > export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) > > however is not gonna work with dash. $$ works (in POSIX AFAIK, unlike $RANDOM) and sufficient for this purpose