<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:jralls@ceridwen.us" title="John Ralls <jralls@ceridwen.us>"> <span class="fn">John Ralls</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Null pointer dereference in cairo_image_get_surface_data()"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58061">bug 58061</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>NOTOURBUG
</td>
<td>---
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Null pointer dereference in cairo_image_get_surface_data()"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58061#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Null pointer dereference in cairo_image_get_surface_data()"
href="https://bugs.freedesktop.org/show_bug.cgi?id=58061">bug 58061</a>
from <span class="vcard"><a class="email" href="mailto:jralls@ceridwen.us" title="John Ralls <jralls@ceridwen.us>"> <span class="fn">John Ralls</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=58061#c1">comment #1</a>)
<span class="quote">> Ages ago the design was made not to work around extremely broken
> applications - Cairo never returns a NULL pointer to the application, so it
> must be injecting garbage into the library and deserves to be shot.</span >
Really? From src/win32/cairo-win32-surface.c in git master:
cairo_surface_t *
cairo_win32_surface_get_image (cairo_surface_t *surface)
{
if (surface->backend->type != CAIRO_SURFACE_TYPE_WIN32)
return NULL;
GdiFlush();
return to_win32_display_surface(surface)->image;
}</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>