[Poppler-bugs] [Bug 44905] New: Splash crashes within addCurve() due to stack limitations
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jan 18 08:33:25 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=44905
Bug #: 44905
Summary: Splash crashes within addCurve() due to stack
limitations
Classification: Unclassified
Product: poppler
Version: unspecified
Platform: ARM
OS/Version: other
Status: NEW
Severity: normal
Priority: medium
Component: splash backend
AssignedTo: poppler-bugs at lists.freedesktop.org
ReportedBy: xelfium at gmail.com
Created attachment 55742
--> https://bugs.freedesktop.org/attachment.cgi?id=55742
Patch to fix addCurve()
In SplashXPath.cc addCurve() method has rather significant memory allocation on
the stack (about 50-60 KB) which can blow stack away on embedded systems
(tested on the Symbian OS). With heap allocation all seems to be ok.
--
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