Changeset 624e062 for chapter06/zlib.xml


Ignore:
Timestamp:
07/06/2005 07:11:18 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
beaea5b
Parents:
d7bd282d
Message:

Added security patch for zlib. (merged from trunk r6414)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/zlib.xml

    rd7bd282d r624e062  
    2828<sect2 role="installation">
    2929<title>Installation of Zlib</title>
     30
     31<para>Zlib has a buffer overflow vulnerability that can lead to a Denial of
     32Service attack. The following patch fixes the problem:</para>
     33
     34<screen><userinput>patch -Np1 -i ../zlib-&zlib-version;-security_fix-1.patch</userinput></screen>
    3035
    3136<note><para>Zlib is known to build its shared library incorrectly if
Note: See TracChangeset for help on using the changeset viewer.