aboutsummaryrefslogtreecommitdiffstats
path: root/main/evince/evince-2.32.0-dvi-security.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-29 09:13:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-29 09:20:41 +0000
commit7bf92c2ffdab37a32b145be408f8f6281c426b47 (patch)
treeab68b2b8d78e5de8732af52038a32e7ab1dcc45c /main/evince/evince-2.32.0-dvi-security.patch
parentd70f6896e99b5ca9967403db7c83ad4b554a9cc2 (diff)
downloadaports-7bf92c2ffdab37a32b145be408f8f6281c426b47.tar.bz2
aports-7bf92c2ffdab37a32b145be408f8f6281c426b47.tar.xz
main/evince: upgrade to 3.10.0
Diffstat (limited to 'main/evince/evince-2.32.0-dvi-security.patch')
-rw-r--r--main/evince/evince-2.32.0-dvi-security.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/main/evince/evince-2.32.0-dvi-security.patch b/main/evince/evince-2.32.0-dvi-security.patch
deleted file mode 100644
index 6bde382d61..0000000000
--- a/main/evince/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 <vuntz@gnome.org>
-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