<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - pdfinfo/pdffonts cannot process >2GB files"
href="https://bugs.freedesktop.org/show_bug.cgi?id=44085#c37">Comment # 37</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - pdfinfo/pdffonts cannot process >2GB files"
href="https://bugs.freedesktop.org/show_bug.cgi?id=44085">bug 44085</a>
from <span class="vcard"><a class="email" href="mailto:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
<pre>I could add a comment but it seemed obvious to me that since getNum returns a
double it is not intended for getting exact integer values. The patch does not
make the accuracy of getNum any worse than it was before. Anything needing
exact values should be using getInt/getInt64.
As you say, this only affects huge values. A double has 53 bits of significand
so it is only values with magnitude greater than 2^53 - 1 that can not be
exactly represented.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>