From ee0959b64ab47abdb01991ea9cc8f2a4bace77d6 Mon Sep 17 00:00:00 2001 From: David Bryant Date: Mon, 17 Oct 2022 15:19:01 -0500 Subject: [PATCH] Corrected grammar and idiom, clarified a couple of things. --- chapter01/whatsnew.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 752a2bd84..b36765261 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -11,16 +11,16 @@ What's new since the last release - In 11.3 release, --enable-default-pie + In the 11.3 release, --enable-default-pie and --enable-default-ssp are enabled for GCC. - They can mitigate some type of malicious attacks but they cannot provide - a full protection. In case if you are reading a programming textbook, - you may need to disable PIE and SSP with GCC options - -fno-pie -no-pie -fno-stack-protection - because some textbooks assume they were disabled by default. + These techniques can mitigate some malicious attacks, but they do not provide + perfect security. If you are reading LFS and a programming textbook, + you may need to disable PIE and SSP with the GCC options + -fno-pie -no-pie -fno-stack-protection, + because some textbooks assume these options are disabled by default. - Below is a list of package updates made since the previous - release of the book. + Here is a list of the packages updated since the previous + release of LFS.