poppler/poppler-0.15.0-CVE-2010-3703.patch
Marek Kasik b99c78bb0f Security bugfixes
Add poppler-0.15.0-CVE-2010-3702.patch
  (Properly initialize parser)
Add poppler-0.15.0-CVE-2010-3703.patch
  (Properly initialize stack)
Add poppler-0.15.0-CVE-2010-3704.patch
  (Fix crash in broken pdf (code < 0))
Resolves: #639861
2010-10-07 14:58:41 +02:00

11 lines
335 B
Diff

--- poppler-0.15.0/poppler/Function.cc 2010-07-24 01:18:28.000000000 +0200
+++ poppler-0.15.0/poppler/Function.cc 2010-10-07 12:44:51.000000000 +0200
@@ -1108,6 +1108,7 @@ PostScriptFunction::PostScriptFunction(O
code = NULL;
codeString = NULL;
codeSize = 0;
+ stack = NULL;
ok = gFalse;
cache = new PopplerCache(5);