<html>
    <head>
      <base href="https://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 --- - Analyzer misses potential pointer invalidations due to reallocation"
   href="https://llvm.org/bugs/show_bug.cgi?id=25773">25773</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Analyzer misses potential pointer invalidations due to reallocation
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </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>t@sharklasers.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=15414" name="attach_15414" title="Code demonstrating the bug">attachment 15414</a> <a href="attachment.cgi?id=15414&action=edit" title="Code demonstrating the bug">[details]</a></span>
Code demonstrating the bug

The example hinges on the fact that pointers to objects that a managed by a
container or smart pointer can be invalidated by operations on the container or
smart pointer.

$ scan-build g++ -std=c++1z potential_ptr_invalidation.cpp 
scan-build: Using 'local/tmp/clang/bin/clang' for static analysis
scan-build: Removing directory '/tmp/scan-build-2015-12-08-153923-8231-1'
because it contains no reports.
scan-build: No bugs found.

Example taken from the talk "CppCon 2015: Herb Sutter "Writing Good C++14... By
Default" at 49:54 (a Microsoft static analysis tool was demonstrated that is
supposedly able to catch this bug)</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>