From eff5037d64d1f54c5f441744598da101f851f2db Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 6 Nov 2019 03:30:46 -0500 Subject: [PATCH] add missing word to README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6ffe5aa..c20ac4c 100644 --- a/README.md +++ b/README.md @@ -134,11 +134,11 @@ value in the build configuration. On traditional Linux-based operating systems, hardened\_malloc can either be integrated into the libc implementation as a replacement for the standard -malloc implementation or loaded as a dynamic library. Rather rebuilding each -executable to be linked against it, it can be added as a preloaded library to -`/etc/ld.so.preload`. For example, with `libhardened_malloc.so` installed to -`/usr/local/lib/libhardened_malloc.so`, add that full path as a line to the -`/etc/ld.so.preload` configuration file: +malloc implementation or loaded as a dynamic library. Rather than rebuilding +each executable to be linked against it, it can be added as a preloaded +library to `/etc/ld.so.preload`. For example, with `libhardened_malloc.so` +installed to `/usr/local/lib/libhardened_malloc.so`, add that full path as a +line to the `/etc/ld.so.preload` configuration file: /usr/local/lib/libhardened_malloc.so