From ed40676841e317a2aafa04c4c804bb6043864740 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 26 Feb 2016 23:50:05 +0000 Subject: repo cleanup...drop old ebuilds, drop ebuilds already in portage tree --- .../files/evince-2.32.0-dvi-security.patch | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 app-text/evince-light/files/evince-2.32.0-dvi-security.patch (limited to 'app-text/evince-light/files/evince-2.32.0-dvi-security.patch') diff --git a/app-text/evince-light/files/evince-2.32.0-dvi-security.patch b/app-text/evince-light/files/evince-2.32.0-dvi-security.patch deleted file mode 100644 index 6bde382d..00000000 --- a/app-text/evince-light/files/evince-2.32.0-dvi-security.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 9611cfcd6c2f39aafab10730c291efd736ab97e4 Mon Sep 17 00:00:00 2001 -From: Vincent Untz -Date: Thu, 17 Feb 2011 14:23:39 +0000 -Subject: backends: Fix another security issue in the dvi-backend - -This is similar to one of the fixes from d4139205. - -https://bugzilla.gnome.org/show_bug.cgi?id=640923 ---- -diff --git a/backend/dvi/mdvi-lib/afmparse.c b/backend/dvi/mdvi-lib/afmparse.c -index 361e23d..e1cd115 100644 ---- a/backend/dvi/mdvi-lib/afmparse.c -+++ b/backend/dvi/mdvi-lib/afmparse.c -@@ -190,7 +190,7 @@ static char *linetoken(FILE *stream) - while ((ch = fgetc(stream)) == ' ' || ch == '\t' ); - - idx = 0; -- while (ch != EOF && ch != lineterm) -+ while (ch != EOF && ch != lineterm && idx < MAX_NAME) - { - ident[idx++] = ch; - ch = fgetc(stream); --- -cgit v0.9 -- cgit v1.2.3