<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - wrong render result"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85919#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - wrong render result"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85919">bug 85919</a>
              from <span class="vcard"><a class="email" href="mailto:aacid@kde.org" title="Albert Astals Cid <aacid@kde.org>"> <span class="fn">Albert Astals Cid</span></a>
</span></b>
        <pre>I was wondering, should we just not do something like

diff --git a/poppler/PDFDoc.cc b/poppler/PDFDoc.cc
index ec8d3df..c4dd43d 100644
--- a/poppler/PDFDoc.cc
+++ b/poppler/PDFDoc.cc
@@ -92,7 +92,7 @@
                                        // file to look for linearization
                                        // dictionary

-#define xrefSearchSize 1024    // read this many bytes at end of file
+#define xrefSearchSize 16384   // read this many bytes at end of file
                                //   to look for 'startxref'

 //------------------------------------------------------------------------


?

After all PDFDoc::getStartXRef will read from the back anyway, no?</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>