Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

False positive: union pointer #12345

Open Quuxplusone opened 12 years ago

Quuxplusone commented 12 years ago
Bugzilla Link PR12229
Status NEW
Importance P normal
Reported by Roland Schulz (Roland.Schulz@Intel.com)
Reported on 2012-03-10 12:46:36 -0800
Last modified on 2012-03-10 12:46:36 -0800
Version 3.0
Hardware Macintosh MacOS X
CC llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments test.c (316 bytes, text/plain)
Blocks
Blocked by
See also
Created attachment 8178
test case

The attached small test produces a false positive null pointer dereference
warning with checker-261.
Quuxplusone commented 12 years ago

Attached test.c (316 bytes, text/plain): test case