summaryrefslogtreecommitdiff
path: root/print/poppler/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'print/poppler/patches/patch-ac')
-rw-r--r--print/poppler/patches/patch-ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/print/poppler/patches/patch-ac b/print/poppler/patches/patch-ac
deleted file mode 100644
index e09dba96cfa..00000000000
--- a/print/poppler/patches/patch-ac
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2005/12/11 05:08:50 salo Exp $
-
-Security fix for CVE-2005-3192.
-
---- poppler/Stream.h.orig 2005-04-27 22:56:18.000000000 +0200
-+++ poppler/Stream.h 2005-12-11 05:51:36.000000000 +0100
-@@ -231,6 +231,8 @@ public:
-
- ~StreamPredictor();
-
-+ GBool isOk() { return ok; }
-+
- int lookChar();
- int getChar();
-
-@@ -248,6 +250,7 @@ private:
- int rowBytes; // bytes per line
- Guchar *predLine; // line buffer
- int predIdx; // current index in predLine
-+ GBool ok;
- };
-
- //------------------------------------------------------------------------