diff options
Diffstat (limited to 'validation/struct-as.c')
-rw-r--r-- | validation/struct-as.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/validation/struct-as.c b/validation/struct-as.c index 86b90d3..31bdc88 100644 --- a/validation/struct-as.c +++ b/validation/struct-as.c @@ -14,3 +14,9 @@ static int broken(struct hello __user *sp) { test(&sp->a); } +/* + * check-name: Address space of a struct member + * + * check-command: sparse $file + * check-exit-value: 0 + */ |