<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Assertion failure: freeing bad or corrupted memory in st_translate_mesa_program"
href="https://bugs.freedesktop.org/show_bug.cgi?id=61312">bug 61312</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>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Assertion failure: freeing bad or corrupted memory in st_translate_mesa_program"
href="https://bugs.freedesktop.org/show_bug.cgi?id=61312#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Assertion failure: freeing bad or corrupted memory in st_translate_mesa_program"
href="https://bugs.freedesktop.org/show_bug.cgi?id=61312">bug 61312</a>
from <span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span></b>
<pre>This assertion happened because code in st_mesa_to_tgsi.c was mixing up
realloc() with FREE() for the same pointer, instead of using REALLOC()+FREE()
or realloc() + free() consistent, as the debugging helpers are only enabled
with the macros.
But this has been fixed since then.
It wasn't a single fix. The last one was
11070105f0b5ad20f12bb40a8dd0b357924bcfdd.</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>