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
kernel-printf: add printf format %pra for struct range
[smatch.git]
/
validation
/
bug-crash16.c
blob
03a830496d0eb4592005cdb2d516da9767712e5d
1
static void
foo
(
void
)
2
{
3
int
b
[] = {
8
};
4
int
c
;
5
for
(;;)
6
b
[
c
] =
b
[
0
];
7
}
8
9
/*
10
* check-name: bug-crash16
11
*/