Summary: | SEGV in fz_load_page | ||
---|---|---|---|
Product: | MuPDF | Reporter: | zerokeeper <0x0keeper> |
Component: | mupdf | Assignee: | MuPDF bugs <mupdf-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | 1.14.0 | ||
Hardware: | PC | ||
OS: | All | ||
Customer: | Word Size: | --- | |
Attachments: | mupdf-test.zip |
Description
zerokeeper
2019-01-05 14:56:57 UTC
Created attachment 16646 [details]
mupdf-test.zip
I cannot reproduce. $ mutool draw -F svg -o out.svg ~/Downloads/mupdf-test.zip error: cannot load page 0 error: cannot draw '/home/tor/Downloads/mupdf-test.zip' This bug was already fixed in commit faf47b94e24314d74907f3f6bc874105f2c962ed Author: Sebastian Rasmussen <sebras@gmail.com> Date: Wed Sep 26 03:31:05 2018 +0800 Throw when page number is out of range. Other code depends on this and does not handle a page pointer being NULL well. |