repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db: improve database debugging
[smatch.git]
/
validation
/
non-pointer-null.c
blob
10b8b47416071abc25d2a468c2a7884119c0f386
1
static void
*
p
=
0
;
2
/*
3
* check-name: Using plain integer as NULL pointer
4
*
5
* check-error-start
6
non-pointer-null.c:1:18: warning: Using plain integer as NULL pointer
7
* check-error-end
8
*/