Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 702253: Avoid a use-after-free in fz_drop_band_writer
A use-after-free would occur when a valid page was followed by a page with invalid pixmap dimensions, causing bander -- a static -- to point to previously freed memory instead of a new band_writer.
- Loading branch information