[Poppler-bugs] [Bug 16770] support for digital signatures

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 8 04:41:38 PDT 2015


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

--- Comment #79 from Adrian Johnson <ajohnson at redneon.com> ---
+  r_values[0] = r2.isInt64() ? r2.getInt64() : r2.getInt();
+  r_values[1] = r3.isInt64() ? r3.getInt64() : r3.getInt();
+  r_values[2] = r4.isInt64() ? r4.getInt64() : r4.getInt();

According the PDF Reference, the ByteRange array contains pairs of
(offset,length).

Why do we ignore the first offset and later assume it is 0? Why do we assume
there are exactly two pairs.

I only skimmed over the digital signatures section so maybe I missed something.

-- 
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/20151008/c5b083cf/attachment.html>


More information about the Poppler-bugs mailing list