From d548c999ade382febb424b26743b3c4d63159ae0 Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Mon, 21 Sep 2015 22:55:08 +0800 Subject: Revert "Restore all patches available in 2.9.1+dfsg1-5 in stretch, ensuring CVE-2014-3660 is fixed too." This reverts commit 37f590756a23e167808f76f1389c36f0a2d39f11. --- debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch') diff --git a/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch b/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch index 25c7739..48b4fa4 100644 --- a/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch +++ b/debian/patches/0019-Fix-a-bug-loading-some-compressed-files.patch @@ -13,7 +13,7 @@ values. This function uses the stream state in state->zstrm, but calls xz_avail which uses the state->strm stream info. This causes gz_next4 to signal a premature EOF if the data it is fetching crosses a 1024 byte boundary. --- - xzlib.c | 26 ++++++++++++++++++++++---- + xzlib.c | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/xzlib.c b/xzlib.c -- cgit v1.2.3