[Poppler-bugs] [Bug 63190] Broken file loops poppler

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 9 15:26:52 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=63190

--- Comment #3 from Albert Astals Cid <aacid at kde.org> ---
Quick analisys, there is a page that does a form Xf4, while doing that form a
new dictionary with resources is pushed and that form calles the new Xf4 form,
but unfortunately its ref is null so the loop in GfxResources::lookupXObject
ends up picking up the same Xf4 form that executes itself forever.

Suggestion, store in Gfx the forms we are drawing (using the ref), if we find a
form we are already drawing, bail out.

Am I making any sense?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20130409/db4cd27a/attachment.html>


More information about the Poppler-bugs mailing list