| Summary: | KPDF crashing on opening attached PDF file | ||
|---|---|---|---|
| Product: | [Unmaintained] kpdf | Reporter: | Raphael Langerhorst <raphael.langerhorst> | 
| Component: | general | Assignee: | Albert Astals Cid <aacid> | 
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.5 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | NetBSD | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | this PDF file crashes KPDF when opened, it's a 2 page offer for some hardware | ||
| 
        
          Description
        
        
          Raphael Langerhorst
        
        
        
        
          2006-01-29 17:20:46 UTC
        
       Created attachment 14444 [details]
this PDF file crashes KPDF when opened, it's a 2 page offer for some hardwareSVN commit 503607 by aacid: So not assume ctu will exist BUGS: 120985 M +1 -0 GfxFont.cc --- branches/KDE/3.5/kdegraphics/kpdf/xpdf/xpdf/GfxFont.cc #503606:503607 @@ -1493,6 +1493,7 @@ unsigned int cidlen; *mapsizep = 0; + if (!ctu) return NULL; /* we use only unicode cmap */ cmap = -1; |