summaryrefslogtreecommitdiffstats
path: root/graphics/evince/files/patch-CVE-2006-5864
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evince/files/patch-CVE-2006-5864')
-rw-r--r--graphics/evince/files/patch-CVE-2006-586422
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/evince/files/patch-CVE-2006-5864 b/graphics/evince/files/patch-CVE-2006-5864
deleted file mode 100644
index 2e39310..0000000
--- a/graphics/evince/files/patch-CVE-2006-5864
+++ /dev/null
@@ -1,22 +0,0 @@
---- ps/ps.c.orig Fri Jan 6 21:03:44 2006
-+++ ps/ps.c Thu Dec 14 10:11:35 2006
-@@ -1231,7 +1231,8 @@
- int level = 0;
- quoted = 1;
- line++;
-- while(*line && !(*line == ')' && level == 0)) {
-+ while(*line && !(*line == ')' && level == 0)
-+ && (cp - text) < PSLINELENGTH - 1) {
- if(*line == '\\') {
- if(*(line + 1) == 'n') {
- *cp++ = '\n';
-@@ -1302,7 +1303,8 @@
- }
- }
- else {
-- while(*line && !(*line == ' ' || *line == '\t' || *line == '\n'))
-+ while(*line && !(*line == ' ' || *line == '\t' || *line == '\n')
-+ && (cp - text) < PSLINELENGTH - 1)
- *cp++ = *line++;
- }
- *cp = '\0';
OpenPOWER on IntegriCloud