diff options
| author | Ingo Molnar <[email protected]> | 2007-02-10 01:46:09 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-02-11 10:51:34 -0800 |
| commit | 11f57cedcf382574a1e41d6cec2349f287fcea67 (patch) | |
| tree | a8f2e930a6ef2a5aba1c63e254e41c731ac5c77b /include/linux/debugobjects.h | |
| parent | ead6596b9e776ac32d82f7d1931d7638e6d4a7bd (diff) | |
[PATCH] audit: fix audit_filter_user_rules() initialization bug
gcc emits this warning:
kernel/auditfilter.c: In function 'audit_filter_user':
kernel/auditfilter.c:1611: warning: 'state' is used uninitialized in this function
I tend to agree with gcc - there are a couple of plausible exit paths from
audit_filter_user_rules() where it does not set 'state', keeping the
variable uninitialized. For example if a filter rule has an AUDIT_POSSIBLE
action. Initialize to 'wont audit'. Fix whitespace damage too.
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions