Wording changes. Pulled out previous changelog commit.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6417 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Archaic 2005-07-06 19:11:53 +00:00
parent 421b13a0a4
commit fb39896a14
2 changed files with 2 additions and 3 deletions

View File

@ -92,7 +92,6 @@ First a summary, then a detailed log.</para>
<listitem><para>&gcc-specs-patch;</para></listitem> <listitem><para>&gcc-specs-patch;</para></listitem>
<listitem><para>&glibc-testfix-patch;</para></listitem> <listitem><para>&glibc-testfix-patch;</para></listitem>
<listitem><para>&perl-libc-patch;</para></listitem> <listitem><para>&perl-libc-patch;</para></listitem>
<listitem><para>&zlib-security_fix-patch;</para></listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>

View File

@ -30,8 +30,8 @@ some programs.</para>
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Zlib</title> <title>Installation of Zlib</title>
<para>Zlib has a security vulnerability currently being addressed upstream. The <para>Zlib has a buffer overflow vulnerability that can lead to a Denial of
following patch fixes the problem:</para> Service attack. The following patch fixes the problem:</para>
<screen><userinput>patch -Np1 -i ../&zlib-security_fix-patch;</userinput></screen> <screen><userinput>patch -Np1 -i ../&zlib-security_fix-patch;</userinput></screen>