[LLVMbugs] [Bug 10837] New: Warn when assigning null character to pointer
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 2 08:50:28 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10837
Summary: Warn when assigning null character to pointer
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: akyrtzi at gmail.com
CC: llvmbugs at cs.uiuc.edu
void f() {
char *p;
p = '\0'; // warn here
}
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list