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. --- .../patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch') diff --git a/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch b/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch index 3590669..ab0bde8 100644 --- a/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch +++ b/debian/patches/0020-Avoid-a-possibility-of-dangling-encoding-handler.patch @@ -11,7 +11,7 @@ If the freed handler is any one of handlers[i] list, then it will make that hanldlers[i] as dangling. This may lead to crash issues at places where handlers is read. --- - encoding.c | 16 ++++++++++++++-- + encoding.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/encoding.c b/encoding.c -- cgit v1.2.3