Hello, Poppler v. 0.10.6 crashes on http://www.informatik.fh-luebeck.de/ti/Seehusen/Publications/UnixMail/5-313.pdf file due to incorrect use of poppler API. getString() function was called before the object type was checked. Location: Link.cc file, LinkLaunch::LinkLaunch(Object *actionObj) function, line 473. obj3.isString() should be called before obj3.getString(). Regards, Ilya
Created attachment 27262 [details] [review] possible patch
Fixed in master using a different way, thanks for reporting.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.