<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:kcc@google.com" title="Kostya Serebryany <kcc@google.com>"> <span class="fn">Kostya Serebryany</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - null pointer dereference in libfuzzer?"
href="https://bugs.llvm.org/show_bug.cgi?id=33091">bug 33091</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;">CC</td>
<td>
</td>
<td>kcc@google.com
</td>
</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>WORKSFORME
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - null pointer dereference in libfuzzer?"
href="https://bugs.llvm.org/show_bug.cgi?id=33091#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - null pointer dereference in libfuzzer?"
href="https://bugs.llvm.org/show_bug.cgi?id=33091">bug 33091</a>
from <span class="vcard"><a class="email" href="mailto:kcc@google.com" title="Kostya Serebryany <kcc@google.com>"> <span class="fn">Kostya Serebryany</span></a>
</span></b>
<pre>1. you are using a very old libFuzzer and much newer clang. This won't work.
Please use the fresh and matching versions of both.
2. -lcurl is not going to work. If you want to fuzz curl you need to
instrument it itself, not link the system library (that is not instrumented).
Take a look at the rest of the files in
<a href="https://github.com/google/oss-fuzz/tree/master/projects/curl">https://github.com/google/oss-fuzz/tree/master/projects/curl</a></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>