summaryrefslogtreecommitdiff
path: root/kernel/panic.c
diff options
context:
space:
mode:
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>2009-09-15 14:44:36 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-24 08:43:54 -0700
commit986ddf533c1dd6852196182084aefe1ca9eda34e (patch)
tree4f0629b16099a3659c6ea816d29166f9d50a63e5 /kernel/panic.c
parentcb0365c9e045c09a92363d0e52b7cdaf18ce7f54 (diff)
perf_counter: Fix buffer overflow in perf_copy_attr()
commit b3e62e35058fc744ac794611f4e79bcd1c5a4b83 upstream. If we pass a big size data over perf_counter_open() syscall, the kernel will copy this data to a small buffer, it will cause kernel crash. This bug makes the kernel unsafe and non-root local user can trigger it. Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Acked-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Paul Mackerras <paulus@samba.org> LKML-Reference: <4AAF37D4.5010706@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'kernel/panic.c')
0 files changed, 0 insertions, 0 deletions