<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - blend usage in PDF with spot colors casue random output under windows"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74883#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - blend usage in PDF with spot colors casue random output under windows"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=74883">bug 74883</a>
              from <span class="vcard"><a class="email" href="mailto:Thomas.Freitag@alfa.de" title="Thomas Freitag <Thomas.Freitag@alfa.de>"> <span class="fn">Thomas Freitag</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=93926" name="attach_93926" title="Patch which solves the problem">attachment 93926</a> <a href="attachment.cgi?id=93926&action=edit" title="Patch which solves the problem">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=74883&attachment=93926'>[review]</a>
Patch which solves the problem

The reason for the random colors is the uninitialized local variable cBlend.
The blend functions only fills offset 0 to 3, so offset 4 up to 4 + SPOT_NCOMPS
are left uninitialized, but all offsets are stored in the bitmap.
So we need to initialize these offsets with 0!</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>