<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 --- - fix string format specifiers in the LLDB code"
href="http://llvm.org/bugs/show_bug.cgi?id=17551">17551</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>fix string format specifiers in the LLDB code
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</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>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>M8R-9yw8a5@mailinator.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=11361" name="attach_11361" title="fix string format specifiers">attachment 11361</a> <a href="attachment.cgi?id=11361&action=edit" title="fix string format specifiers">[details]</a></span>
fix string format specifiers
This patch fixes some cases of misuse of string format specifiers in the LLDB
code -- based on warnings given by Clang itself. In almost all cases, the
misuse is about "%lu" being used instead of the correct "%zu" (even though
these are compatible on 64-bit platforms in practice). There are even a couple
of cases where "%ld" (ie., signed int) is used instead of "%zu", and one where
"%lu" is used instead of "%" PRIu64.</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>