Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 229931 | Differences between
and this patch

Collapse All | Expand All

(-)a/poppler/Page.cc (-1 / +1 lines)
Lines 230-236 GBool PageAttrs::readBox(Dict *dict, char *key, PDFRectangle *box) { Link Here
230
230
231
Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) {
231
Page::Page(XRef *xrefA, int numA, Dict *pageDict, PageAttrs *attrsA, Form *form) {
232
  Object tmp;
232
  Object tmp;
233
	
233
  pageWidgets =	NULL;  //Security fix
234
  ok = gTrue;
234
  ok = gTrue;
235
  xref = xrefA;
235
  xref = xrefA;
236
  num = numA;
236
  num = numA;

Return to bug 229931