Export LD_PRELOAD environmental variable to force usage of hardened_malloc.

This commit is contained in:
inference 2023-01-02 07:50:22 +00:00
parent 4b268196ec
commit d5d9b04beb

View File

@ -3,9 +3,11 @@
# Copyright 2022-2023 Inference # Copyright 2022-2023 Inference
# SPDX-License-Identifier: BSD-3-Clause-Clear # SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 1.1.1.6 # Version: 1.2.0.7
export LD_PRELOAD="/lib/local/libhardened_malloc.so"
# Prompt. # Prompt.
PROMPT=%n@%M:%#" " PROMPT=%n@%M:%#" "