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 | |
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
-rw-r--r-- | chapter01/changelog.xml | 1 | ||||
-rw-r--r-- | chapter06/zlib.xml | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 53a80d51a..764bb64bd 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -92,7 +92,6 @@ First a summary, then a detailed log.</para> <listitem><para>&gcc-specs-patch;</para></listitem> <listitem><para>&glibc-testfix-patch;</para></listitem> <listitem><para>&perl-libc-patch;</para></listitem> -<listitem><para>&zlib-security_fix-patch;</para></listitem> </itemizedlist> </listitem> 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> |