<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - use of an uninitialized variable in error path"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87893">87893</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>use of an uninitialized variable in error path
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>cairo
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>xlib backend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sixtysix@inwind.it
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>cairo-bugs@cairographics.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>in _cairo_xlib_font_fini

<a href="http://cgit.freedesktop.org/cairo/tree/src/cairo-xlib-render-compositor.c#n967">http://cgit.freedesktop.org/cairo/tree/src/cairo-xlib-render-compositor.c#n967</a>

when _cairo_xlib_display_acquire does not return SUCCESS,
'display' is not initialized:

<a href="http://cgit.freedesktop.org/cairo/tree/src/cairo-xlib-display.c#n366">http://cgit.freedesktop.org/cairo/tree/src/cairo-xlib-display.c#n366</a>

so after BAIL: it is better to use priv->device and not
&display->base

<a href="http://cgit.freedesktop.org/cairo/tree/src/cairo-xlib-render-compositor.c#n981">http://cgit.freedesktop.org/cairo/tree/src/cairo-xlib-render-compositor.c#n981</a></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>