<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      Sorry for my late answer, I was on vacation.<br>
      <br>
      But yes, the patch is correct and Adam explained it correctly. <br>
      <br>
      Cheers,<br>
      Thomas<br>
      <br>
      Am 26.05.2018 um 12:52 schrieb Stefan Brüns:<br>
    </div>
    <blockquote type="cite" cite="mid:7944250.fD3fhnG2qu@pebbles">
      <pre wrap="">On Samstag, 26. Mai 2018 11:13:35 CEST Adam Reichold wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hello again,

Am 26.05.2018 um 10:55 schrieb Albert Astals Cid:
</pre>
        <blockquote type="cite">
          <pre wrap="">I don't really understand the patch, are you saying something like "the
code is correct, if you change it wrong it will break"? That happens in
lots of places ;)
</pre>
        </blockquote>
        <pre wrap="">
I guess the point is that the for loops should always start at i = 4
(since dest[0..3] are handly outside) and should always go until NCOMPS + 4.

The current code does this only if NCOMPS == 4 which is the default and
why this currently works. But if NCOMPS != 4, the current code breaks as
the for does not start with 4 anymore and leaves out dest[4..NCOMPS] and
this patch fixes this.

Best regards, Adam.

</pre>
      </blockquote>
      <pre wrap="">
Adams assessment is completely correct.

Kind regards,

Stefan

</pre>
      <!--'"--><br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
poppler mailing list
<a class="moz-txt-link-abbreviated" href="mailto:poppler@lists.freedesktop.org">poppler@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/poppler">https://lists.freedesktop.org/mailman/listinfo/poppler</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>