[Poppler-bugs] [Bug 51361] poppler-0.20.1 spinning in libQtXml.so.4.8.2 and leaking memory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jun 24 02:29:17 PDT 2012


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

--- Comment #4 from Fabio D'Urso <fabiodurso at hotmail.it> 2012-06-24 02:29:17 PDT ---
The issue is that the /Annots object contains an array of annotation
dictionaries instead of an array of references to annotation dictionaries.
This extra level of indirection is mandated by PDF specs, and we use the object
number as annotation ID. Without it, Annot::getId() returns garbage (it reads
from a uninitialized value), and my new revision scanning code relies on
getId().

I'm working on a patch

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list