Summary: | null-pointer dereference | ||
---|---|---|---|
Product: | jbig2dec | Reporter: | 01f82a2cc008 |
Component: | Rendering | Assignee: | Henry Stiles <henry.stiles> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | robin.watts |
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
URL: | http://ghostscript.com/pipermail/jbig2-dev/2011-December/000127.html | ||
Customer: | Word Size: | --- | |
Attachments: | data that causes jbig2dec to null-pointer dereference |
Description
01f82a2cc008
2011-12-14 17:45:44 UTC
Fixed in: commit fb56842749e5430ed18d938eb78d1cf24c3e9759 Author: Robin Watts <robin.watts@artifex.com> Date: Tue Jan 24 13:20:11 2012 +0000 Tweak jbig2dec to cope better with NULLs. Fix various destructors in jbig2dec to cope with being called with image = NULL. This cures a problem in mupdf where it SEGVs when called on "1239 - skip invalid content streams.pdf" from the sumatra test set. Thanks. |