summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
diff options
context:
space:
mode:
authorzhangxiliang2008-08-01 13:15:47 +0200
committerAl Viro2008-08-01 18:15:03 +0200
commit980dfb0db340b95094732d78b55311f2c539c1af (patch)
tree7235e21116a0958591adeaec4e51734cc224094e /kernel/audit.c
parentRe: [PATCH] the loginuid field should be output in all AUDIT_CONFIG_CHANGE au... (diff)
downloadkernel-qcow2-linux-980dfb0db340b95094732d78b55311f2c539c1af.tar.gz
kernel-qcow2-linux-980dfb0db340b95094732d78b55311f2c539c1af.tar.xz
kernel-qcow2-linux-980dfb0db340b95094732d78b55311f2c539c1af.zip
[PATCH] Fix the kernel panic of audit_filter_task when key field is set
When calling audit_filter_task(), it calls audit_filter_rules() with audit_context is NULL. If the key field is set, the result in audit_filter_rules() will be set to 1 and ctx->filterkey will be set to key. But the ctx is NULL in this condition, so kernel will panic. Signed-off-by: Zhang Xiliang <zhangxiliang@cn.fujitsu.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/audit.c')
0 files changed, 0 insertions, 0 deletions