hardened_malloc/preload.sh

6 lines
115 B
Bash
Raw Normal View History

2018-08-22 00:53:22 +05:30
#!/bin/bash
dir=$(cd "$(dirname ${BASH_SOURCE[0]})" && pwd)
export LD_PRELOAD+=" $dir/hardened_malloc.so"
exec $@