<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - segfault in cairo-polygon-intersect.c: active_edges()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59098#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - segfault in cairo-polygon-intersect.c: active_edges()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=59098">bug 59098</a>
              from <span class="vcard"><a class="email" href="mailto:ollia@dynaroad.com" title="Olli Attila <ollia@dynaroad.com>"> <span class="fn">Olli Attila</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=59098#c4">comment #4</a>)
<span class="quote">> It was fixed... Can you please describe your test case?</span >

Same thing as in the original description, I am rendering a PDF and this comes
from cairo_stroke. A null check is missing and there is an access violation in
cairo-polygon-intersect.c, active_edges:

if unlikely ((right->deferred.other))

and right is null. Applying the attached patch fixes my case.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>