[Poppler-bugs] [Bug 71704] Some improvements in reading the hints table

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 19 00:30:55 PST 2013


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

Hib Eris <hib at hiberis.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hib at hiberis.nl

--- Comment #4 from Hib Eris <hib at hiberis.nl> ---
The function readBits returns an Guint. When this Guint is a data type that can
only contain 32 bits, the returned value cannot represent all the bits read
when reading more than 32 bits. Thus we should use readBits to read a maximum
of 32 bits at a time. To read 128 bits, we can read 4 x 32 = 128 bits.

-- 
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/20131119/ec064fcc/attachment.html>


More information about the Poppler-bugs mailing list