Summary: | Null pointer dereference in dodrawpage() | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Kamil Frankowicz <kamil.frankowicz> |
Component: | mupdf | Assignee: | MuPDF bugs <mupdf-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sebastian.rasmussen |
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: | POC to trigger null pointer dereference (mutool) |
Description
Kamil Frankowicz
2017-01-30 06:09:38 UTC
While the given command caused a SIGSEV which will soon be fixed in 40ac85bfb676bb4373bda4b18f9fd90268c9f1e9 please note that the manpage lists the order of arguments as: mutool info [options] file.pdf [pages] which means that the correct order of arguments really is: mutool draw -F svg -o /dev/null mupdf_null_ptr_dodrawpage |