add missing word to README
This commit is contained in:
parent
97ea85f55d
commit
eff5037d64
10
README.md
10
README.md
@ -134,11 +134,11 @@ value in the build configuration.
|
|||||||
|
|
||||||
On traditional Linux-based operating systems, hardened\_malloc can either be
|
On traditional Linux-based operating systems, hardened\_malloc can either be
|
||||||
integrated into the libc implementation as a replacement for the standard
|
integrated into the libc implementation as a replacement for the standard
|
||||||
malloc implementation or loaded as a dynamic library. Rather rebuilding each
|
malloc implementation or loaded as a dynamic library. Rather than rebuilding
|
||||||
executable to be linked against it, it can be added as a preloaded library to
|
each executable to be linked against it, it can be added as a preloaded
|
||||||
`/etc/ld.so.preload`. For example, with `libhardened_malloc.so` installed to
|
library to `/etc/ld.so.preload`. For example, with `libhardened_malloc.so`
|
||||||
`/usr/local/lib/libhardened_malloc.so`, add that full path as a line to the
|
installed to `/usr/local/lib/libhardened_malloc.so`, add that full path as a
|
||||||
`/etc/ld.so.preload` configuration file:
|
line to the `/etc/ld.so.preload` configuration file:
|
||||||
|
|
||||||
/usr/local/lib/libhardened_malloc.so
|
/usr/local/lib/libhardened_malloc.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user