Bug 690740

Summary: loading a document can lead to heap corruption
Product: MuPDF Reporter: zeniko
Component: mupdfAssignee: Tor Andersson <tor.andersson>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: unspecified   
Hardware: PC   
OS: Windows XP   
URL: http://www.rideuta.com/files/slcsys809.pdf
Customer: Word Size: ---

Description zeniko 2009-08-28 13:55:42 UTC
This might be due to a large page size and/or small zoom level. See 
http://forums.fofou.org/sumatrapdf/topic?id=99347 .
Comment 1 Tor Andersson 2010-05-14 22:48:06 UTC
An image stream has a corrupt never-ending flate encoded stream. When we try to load it all, we naturally run out of memory... Another bug exists to be smarter about loading image data on an as needed basis. When that bug is fixed, we won't crash on this one.