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
param_used: fix use after free
[smatch.git]
/
validation
/
declaration-after-statement-default.c
blob
c3fe2cd2112f1719c9e7234f717f65535f09991d
1
static void
func
(
int
i
)
2
{
3
i
;
4
int
j
=
i
;
5
}
6
/*
7
* check-name: declaration after statement (default)
8
* check-command: sparse $file
9
*/