File poppler-CVE-2010-3702.patch of Package poppler
Index: poppler-0.12.3/poppler/Gfx.cc =================================================================== --- poppler-0.12.3.orig/poppler/Gfx.cc +++ poppler-0.12.3/poppler/Gfx.cc @@ -518,6 +518,7 @@ Gfx::Gfx(XRef *xrefA, OutputDev *outA, i drawText = gFalse; maskHaveCSPattern = gFalse; mcStack = NULL; + parser = NULL; // start the resource stack res = new GfxResources(xref, resDict, NULL); @@ -570,6 +571,7 @@ Gfx::Gfx(XRef *xrefA, OutputDev *outA, D drawText = gFalse; maskHaveCSPattern = gFalse; mcStack = NULL; + parser = NULL; // start the resource stack res = new GfxResources(xref, resDict, NULL);