mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-07-30 10:29:04 -04:00
add lib prefix to the shared object name
This commit is contained in:
parent
11fe467b7c
commit
9fd0670aac
2 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
[[ $LD_PRELOAD ]] && LD_PRELOAD+=" "
|
||||
export LD_PRELOAD+="$dir/hardened_malloc.so"
|
||||
export LD_PRELOAD+="$dir/libhardened_malloc.so"
|
||||
exec "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue