File poppler-CVE-2010-3703.patch of Package poppler
Index: poppler-0.12.3/poppler/Function.cc =================================================================== --- poppler-0.12.3.orig/poppler/Function.cc +++ poppler-0.12.3/poppler/Function.cc @@ -1106,6 +1106,7 @@ PostScriptFunction::PostScriptFunction(O code = NULL; codeString = NULL; codeSize = 0; + stack = NULL; ok = gFalse; cache = new PopplerCache(5);