diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-23 11:58:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-23 11:58:40 +0000 |
commit | 23bafc91801f542bc2c46b47c1dd75846164539c (patch) | |
tree | 178000a8b9c1fb7d7893bf20544244797106f5a2 /chapter06/zlib.xml | |
parent | f6eeb399c6509139b03c2f8ceebb455934143792 (diff) |
Upgrade to zlib-1.2.3
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 4f08df639..c11a41f62 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -30,11 +30,6 @@ some programs.</para> <sect2 role="installation"> <title>Installation of Zlib</title> -<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> - <note><para>Zlib is known to build its shared library incorrectly if <envar>CFLAGS</envar> is specified in the environment. If using a specified <envar>CFLAGS</envar> |