[LLVMbugs] [Bug 20073] New: Should not be allowed to dereference a void *
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 18 00:51:45 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20073
Bug ID: 20073
Summary: Should not be allowed to dereference a void *
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: aaron at aaronballman.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
void f(void *p) {
return *p;
}
--
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/20140618/60f0af7d/attachment.html>
More information about the llvm-bugs
mailing list