aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/1012-CVE-2014-0211-integer-overflow-in-fs_read_exten.full.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/1012-CVE-2014-0211-integer-overflow-in-fs_read_exten.full.patch')
-rw-r--r--debian/patches/1012-CVE-2014-0211-integer-overflow-in-fs_read_exten.full.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/debian/patches/1012-CVE-2014-0211-integer-overflow-in-fs_read_exten.full.patch b/debian/patches/1012-CVE-2014-0211-integer-overflow-in-fs_read_exten.full.patch
index fc1dea6e3..be0dded23 100644
--- a/debian/patches/1012-CVE-2014-0211-integer-overflow-in-fs_read_exten.full.patch
+++ b/debian/patches/1012-CVE-2014-0211-integer-overflow-in-fs_read_exten.full.patch
@@ -13,11 +13,9 @@ calculation which can lead to memory corruption.
nx-X11/lib/font/fc/fserve.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
-diff --git a/nx-X11/lib/font/fc/fserve.c b/nx-X11/lib/font/fc/fserve.c
-index 2a6f6c9..639964c 100644
--- a/nx-X11/lib/font/fc/fserve.c
+++ b/nx-X11/lib/font/fc/fserve.c
-@@ -73,6 +73,7 @@ in this Software without prior written authorization from The Open Group.
+@@ -73,6 +73,7 @@ in this Software without prior written a
#include "fservestr.h"
#include <X11/fonts/fontutil.h>
#include <errno.h>
@@ -25,7 +23,7 @@ index 2a6f6c9..639964c 100644
#include <time.h>
#define Time_t time_t
-@@ -1060,7 +1061,16 @@ fs_read_extent_info(FontPathElementPtr fpe, FSBlockDataPtr blockrec)
+@@ -1061,7 +1062,16 @@ fs_read_extent_info(FontPathElementPtr f
numInfos *= 2;
haveInk = TRUE;
}
@@ -43,6 +41,3 @@ index 2a6f6c9..639964c 100644
if (!pCI)
{
---
-2.1.4
-