[Poppler-bugs] [Bug 78714] Pdftoppm "Bogus memory allocation size" with high resolution raster
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 2 06:17:29 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=78714
--- Comment #1 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Albert, I had a look into it: the pdf has one quite complex path where the
number of intersections in y direction exceeds the limit of a pointer offset
(greallocn in SplashXPathScanner::addIntersection fails and pdftoppm exits
without painting anything). What I can do here is to use
greallocn_checkoverflow instead and break the loop if memory limit is reached,
so that the pdf is rendered but the path isn't shown completely. As far as I
remember we already do that at other locations. If You agree I'll create a
patch.
--
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/20140602/f52470cd/attachment.html>
More information about the Poppler-bugs
mailing list