[Poppler-bugs] [Bug 39361] Numerical overflow in libopenjpeg JPXStream::doLookChar()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 20 15:38:19 PDT 2011


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

Daniel Glöckner <daniel-gl at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49280|0                           |1
        is obsolete|                            |

--- Comment #5 from Daniel Glöckner <daniel-gl at gmx.net> 2011-07-20 15:38:16 PDT ---
Created an attachment (id=49356)
 View: https://bugs.freedesktop.org/attachment.cgi?id=49356
 Review: https://bugs.freedesktop.org/review?bug=39361&attachment=49356

Fix and optimization

I was under the impression that the code did not support JPEG 2000 images with
more than three components because of the logic in JPXStream::getImageParams.
It apparently does when the image dictionary overrides the values returned by
that method, so interleaving all components into the first component's buffer
is out of question. It's still faster than before.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list