[Poppler-bugs] [Bug 103744] New: [PATCH] Use GfxLabColorSpace::transform only if USE_CMS is set

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 14 19:08:58 UTC 2017


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

            Bug ID: 103744
           Summary: [PATCH] Use GfxLabColorSpace::transform only if
                    USE_CMS is set
           Product: poppler
           Version: unspecified
          Hardware: Other
                OS: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: poppler-bugs at lists.freedesktop.org
          Reporter: oliver.sander at tu-dresden.de

Created attachment 135461
  --> https://bugs.freedesktop.org/attachment.cgi?id=135461&action=edit
Patch that fixes the problem

The recent commit e84338a44f27afb9872cb108fc29683b35ac55f7 introduced an
unqualified use of GfxLabColorSpace::transform, even though that member only
exists if USE_CMS is set.

The attached patch fixes this by adding the appropriate preprocessor
conditionals.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20171114/682324ef/attachment.html>


More information about the Poppler-bugs mailing list