[LLVMbugs] [Bug 22280] ASan reports a use-after-free in llvm::Metadata::getMetadataID() when running opt

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 22 13:38:49 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=22280

Duncan <dexonsmith at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Duncan <dexonsmith at apple.com> ---
Fixed in r226866.  I went with the friendly/easy fix of updating references to
nullptr, but let me know if anyone thinks I assert instead (and just fix
LLParser).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150122/fa8dfaf9/attachment.html>


More information about the llvm-bugs mailing list