[Poppler-bugs] [Bug 61168] New: Wrong height variable used in call for listImage in ImageOutputDev::drawSoftMaskedImage

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 20 06:04:23 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=61168

          Priority: medium
            Bug ID: 61168
          Assignee: poppler-bugs at lists.freedesktop.org
           Summary: Wrong height variable used in call for listImage in
                    ImageOutputDev::drawSoftMaskedImage
          Severity: trivial
    Classification: Unclassified
                OS: All
          Reporter: fischer at unix-ag.uni-kl.de
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: utils
           Product: poppler

I am quite sure I found a minor copy&paste error in utils/ImageOutputDev.cc.
In function ImageOutputDev::drawSoftMaskedImage, function listImage is called
twice (once for the image itself, once for the mask). The second call uses the
original image's height variable instead of maskHeight. Compare to surrounding
functions' use of maskHeight.

-- 
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/20130220/76e9e334/attachment.html>


More information about the Poppler-bugs mailing list