perf_counter: Fix buffer overflow in perf_copy_attr()
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Tue, 15 Sep 2009 06:44:36 +0000 (14:44 +0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 15 Sep 2009 07:53:31 +0000 (09:53 +0200)
commitb3e62e35058fc744ac794611f4e79bcd1c5a4b83
tree797092fc19f9af8b6e5242c1987137dd362f51bc
parent74fca6a42863ffacaf7ba6f1936a9f228950f657
perf_counter: Fix buffer overflow in perf_copy_attr()

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>
Cc: <stable@kernel.org>
LKML-Reference: <4AAF37D4.5010706@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_counter.c