diff options
Diffstat (limited to 'chapter06/zlib.xml')
-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> |