<html>
<head>
<base href="http://llvm.org/bugs/" />
</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 --- - False positive for potentially memory leak after transferring ownership to C array storage of > 1 dimension"
href="http://llvm.org/bugs/show_bug.cgi?id=18966">18966</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>False positive for potentially memory leak after transferring ownership to C array storage of > 1 dimension
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.3
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Static Analyzer
</td>
</tr>
<tr>
<th>Assignee</th>
<td>kremenek@apple.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>tom+bugzilla@omnigroup.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=12143" name="attach_12143" title="Self contained .m file">attachment 12143</a> <a href="attachment.cgi?id=12143&action=edit" title="Self contained .m file">[details]</a></span>
Self contained .m file
When retained objects are assigned into a C array of greater than 1 dimension
in a longer lived scope, the objects a potential leak is reported. I have tried
this with a static global 2d array and an instance ivar. Attached test case
contains both flavors.
Note that the same error does not occur with a 1d array.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>