| Summary: | Null pointer dereference in fz_paint_pixmap_with_mask() | ||
|---|---|---|---|
| Product: | MuPDF | Reporter: | Kamil Frankowicz <kamil.frankowicz> |
| Component: | fitz | Assignee: | MuPDF bugs <mupdf-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | robin.watts |
| Priority: | P4 | ||
| Version: | master | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Customer: | Word Size: | --- | |
| Attachments: | POC to trigger null pointer dereference (mutool) | ||
|
Description
Kamil Frankowicz
2017-01-24 12:47:22 UTC
Fixed in: commit 1912de5f08e90af1d9d0a9791f58ba3afdb9d465 Author: Robin Watts <robin.watts@artifex.com> Date: Thu Feb 9 15:49:15 2017 +0000 Bug 697500: Fix NULL ptr access. Cope better with errors during rendering - avoid letting the gstate stack get out of sync. This avoids us ever getting into the situation of popping a clip when we should be popping a mask or a group. This was causing an unexpected case in the painting. |