[LLVMbugs] [Bug 15237] New: handling of new/delete by the unix.Malloc checker

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 11 19:20:03 PST 2013


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

            Bug ID: 15237
           Summary: handling of new/delete by the unix.Malloc checker
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: anton.yartsev at Gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Adding pre/post handling of new/new[]/delete/delete[] operators will allow to
apply all unix.Malloc checks to the memory allocated by this operators. 
This will automatically bring memory.LeakNeverReleased, memory.MismatchedFree,
memory.MismatchedDelete, memory.MultipleDelete and memory.DeallocateNonPtr
checks to the unix.Malloc checker.

-- 
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/20130212/02720951/attachment.html>


More information about the llvm-bugs mailing list