diff options
Diffstat (limited to 'debian/patches/1014-CVE-2014-0210-unvalidated-length-fields-in-fs_r.full.patch')
-rw-r--r-- | debian/patches/1014-CVE-2014-0210-unvalidated-length-fields-in-fs_r.full.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/debian/patches/1014-CVE-2014-0210-unvalidated-length-fields-in-fs_r.full.patch b/debian/patches/1014-CVE-2014-0210-unvalidated-length-fields-in-fs_r.full.patch index 9d65f8a45..d1a4f1ecc 100644 --- a/debian/patches/1014-CVE-2014-0210-unvalidated-length-fields-in-fs_r.full.patch +++ b/debian/patches/1014-CVE-2014-0210-unvalidated-length-fields-in-fs_r.full.patch @@ -12,11 +12,9 @@ the specified reply length. nx-X11/lib/font/fc/fserve.c | 10 ++++++++++ 1 file changed, 10 insertions(+) -diff --git a/nx-X11/lib/font/fc/fserve.c b/nx-X11/lib/font/fc/fserve.c -index 639964c..79de4f3 100644 --- a/nx-X11/lib/font/fc/fserve.c +++ b/nx-X11/lib/font/fc/fserve.c -@@ -1069,6 +1069,16 @@ fs_read_extent_info(FontPathElementPtr fpe, FSBlockDataPtr blockrec) +@@ -1070,6 +1070,16 @@ fs_read_extent_info(FontPathElementPtr f #endif pCI = NULL; } @@ -33,6 +31,3 @@ index 639964c..79de4f3 100644 else pCI = malloc(sizeof(CharInfoRec) * numInfos); --- -2.1.4 - |