diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-07-06 19:11:53 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-07-06 19:11:53 +0000 |
commit | fb39896a14cedc78ae5dbbe176d26cb2eab881ba (patch) | |
tree | 77009a5fd4a2b3876b4b6a7e709c03aebb3853a2 /chapter06 | |
parent | 421b13a0a4053921e6a48343c10662e74bf837d0 (diff) |
Wording changes. Pulled out previous changelog commit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6417 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/zlib.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 140ed3780..4f08df639 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -30,8 +30,8 @@ some programs.</para> <sect2 role="installation"> <title>Installation of Zlib</title> -<para>Zlib has a security vulnerability currently being addressed upstream. The -following patch fixes the problem:</para> +<para>Zlib has a buffer overflow vulnerability that can lead to a Denial of +Service attack. The following patch fixes the problem:</para> <screen><userinput>patch -Np1 -i ../&zlib-security_fix-patch;</userinput></screen> |