diff options
Diffstat (limited to 'debian/patches/1001-LZW-decompress-fix-for-CVE-2011-2895-From-xorg-.full.patch')
-rw-r--r-- | debian/patches/1001-LZW-decompress-fix-for-CVE-2011-2895-From-xorg-.full.patch | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/patches/1001-LZW-decompress-fix-for-CVE-2011-2895-From-xorg-.full.patch b/debian/patches/1001-LZW-decompress-fix-for-CVE-2011-2895-From-xorg-.full.patch index 162bb218b..cd37bca41 100644 --- a/debian/patches/1001-LZW-decompress-fix-for-CVE-2011-2895-From-xorg-.full.patch +++ b/debian/patches/1001-LZW-decompress-fix-for-CVE-2011-2895-From-xorg-.full.patch @@ -11,8 +11,6 @@ Subject: [PATCH 01/40] LZW decompress: fix for CVE-2011-2895 From nx-X11/lib/font/fontfile/decompress.c | 2 ++ 1 file changed, 2 insertions(+) -diff --git a/nx-X11/lib/font/fontfile/decompress.c b/nx-X11/lib/font/fontfile/decompress.c -index a4c5468..553b315 100644 --- a/nx-X11/lib/font/fontfile/decompress.c +++ b/nx-X11/lib/font/fontfile/decompress.c @@ -261,6 +261,8 @@ BufCompressedFill (BufFilePtr f) @@ -24,6 +22,3 @@ index a4c5468..553b315 100644 *stackp++ = file->tab_suffix[code]; code = file->tab_prefix[code]; } --- -2.1.4 - |