]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IA64] signal : fix missing error checkings
authorShi Weihua <shiwh@cn.fujitsu.com>
Mon, 3 Dec 2007 04:57:50 +0000 (12:57 +0800)
committerTony Luck <tony.luck@intel.com>
Sat, 8 Dec 2007 00:10:59 +0000 (16:10 -0800)
commitb9ab117c2f2eac8432def6a2ea03711bfa7f35d5
tree28dc232ed814d137ad3db21759054420e41e526c
parentbdc2619ab95d45d434c16d5c216bc6243761f6fb
[IA64] signal : fix missing error checkings

Not all the return value of __copy_from_user and
__put_user is checked.This patch fixed it.

Signed-off-by: Shi Weihua <shiwh@cn.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/signal.c