summaryrefslogtreecommitdiff
path: root/t1lib-5.1.2-CVE-2010-2642.patch
diff options
context:
space:
mode:
Diffstat (limited to 't1lib-5.1.2-CVE-2010-2642.patch')
-rw-r--r--t1lib-5.1.2-CVE-2010-2642.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/t1lib-5.1.2-CVE-2010-2642.patch b/t1lib-5.1.2-CVE-2010-2642.patch
deleted file mode 100644
index 933666c..0000000
--- a/t1lib-5.1.2-CVE-2010-2642.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: t1lib-5.1.2/lib/t1lib/parseAFM.c
-===================================================================
---- t1lib-5.1.2.orig/lib/t1lib/parseAFM.c 2007-12-23 16:49:42.000000000 +0100
-+++ t1lib-5.1.2/lib/t1lib/parseAFM.c 2011-01-07 10:52:38.953106681 +0100
-@@ -199,7 +199,7 @@
- idx = 0;
-
- while (ch != EOF && ch != ' ' && ch != CR && ch != LF &&
-- ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';'){
-+ ch != CTRL_Z && ch != '\t' && ch != ':' && ch != ';' && idx < MAX_NAME){
- ident[idx++] = ch;
- ch = fgetc(stream);
- } /* while */