[Poppler-bugs] [Bug 82059] New: SplashOutputDev::drawImageMask() has interesting double check of inlineImg boolean
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Aug 2 11:46:06 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=82059
Priority: medium
Bug ID: 82059
Assignee: poppler-bugs at lists.freedesktop.org
Summary: SplashOutputDev::drawImageMask() has interesting
double check of inlineImg boolean
Severity: trivial
Classification: Unclassified
OS: All
Reporter: ed at moto-research.com
Hardware: Other
Status: NEW
Version: unspecified
Component: general
Product: poppler
Created attachment 103873
--> https://bugs.freedesktop.org/attachment.cgi?id=103873&action=edit
Patch removing extra check
Unless I'm missing something, this looks like a merge issue:
if (inlineImg) {
if (inlineImg) {
while (imgMaskData.y < height) {
imgMaskData.imgStr->getLine();
++imgMaskData.y;
}
}
}
(I didn't select Splash backend since this file is located within the poppler
source).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20140802/984fccb6/attachment.html>
More information about the Poppler-bugs
mailing list