]> git.pld-linux.org Git - packages/poppler0.61.git/commitdiff
- fixes CVE-2008-2950
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 11 Jul 2008 21:54:55 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poppler-secfix.patch -> 1.1

poppler-secfix.patch [new file with mode: 0644]

diff --git a/poppler-secfix.patch b/poppler-secfix.patch
new file mode 100644 (file)
index 0000000..e035a61
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN poppler-0.8.4/poppler/Page.cc poppler-0.8.4.new/poppler/Page.cc
+--- poppler-0.8.4/poppler/Page.cc      2008-05-26 20:52:22.000000000 +0200
++++ poppler-0.8.4.new/poppler/Page.cc  2008-07-11 23:42:36.208351290 +0200
+@@ -230,6 +230,7 @@
+ Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) {
+   Object tmp;
++  pageWidgets = NULL;
+       
+   ok = gTrue;
+   xref = xrefA;
This page took 0.100398 seconds and 4 git commands to generate.