mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-11-28 23:46:37 -05: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