summaryrefslogtreecommitdiffstats
path: root/patches/source/poppler/poppler-0.12.4-CVE-2010-3703.patch
blob: 565a45ba0f6a38b617829c3796c7e25183066d54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- poppler-0.12.4/poppler/Function.cc	2010-01-17 01:06:57.000000000 +0100
+++ poppler-0.12.4/poppler/Function.cc	2010-10-06 13:40:22.000000000 +0200
@@ -1106,6 +1106,7 @@ PostScriptFunction::PostScriptFunction(O
   code = NULL;
   codeString = NULL;
   codeSize = 0;
+  stack = NULL;
   ok = gFalse;
   cache = new PopplerCache(5);