<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - libFuzzer: Output diff of last mutation prior to writing out crash/oom/slow-unit test case"
   href="https://bugs.llvm.org/show_bug.cgi?id=32580">32580</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>libFuzzer: Output diff of last mutation prior to writing out crash/oom/slow-unit test case
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </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>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ddkilzer@kilzer.net
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>kcc@google.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When working on fixing test cases found by libFuzzer, I realized it would be
really useful if the last mutation (which may have caused the
crash/oom/slow-unit issue) was written out with the test case itself.

For large test files (especially for bugs in parsers), this could be very
useful when both investigating the bug via debugger and when manually creating
a reduced test case.

I think writing out the N-1 test case (so the user can use whatever comparison
tools that they have available) would be more useful than trying to provide a
'diff' or some kind of patch format.</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>