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
/
crash-ep-active.c
blob
6945f320b98c629de075bfd4725f5d02a9c3d97c
1
int
a
(
int
b
)
2
{
3
return
0
( &&
b
;
4
}
5
6
/*
7
* check-name: crash ep->active
8
* check-command: test-linearize $file
9
*
10
* check-error-ignore
11
* check-output-ignore
12
*/