[LLVMbugs] [Bug 21964] New: Check for strlen(nullptr)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Dec 18 10:18:24 PST 2014


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

            Bug ID: 21964
           Summary: Check for strlen(nullptr)
           Product: clang
           Version: 3.5
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Static Analyzer
          Assignee: kremenek at apple.com
          Reporter: legalize at xmission.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

It is invalid to pass nullptr to strlen.  Add a check that looks for this.

-- 
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/20141218/5ac27afd/attachment.html>


More information about the llvm-bugs mailing list