]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ARM: 6891/1: prevent heap corruption in OABI semtimedop
authorDan Rosenberg <drosenberg@vsecurity.com>
Fri, 29 Apr 2011 14:48:07 +0000 (15:48 +0100)
committerAndi Kleen <ak@linux.intel.com>
Mon, 1 Aug 2011 20:54:43 +0000 (13:54 -0700)
commit00b450cca3cfa0495203f171e787d5c629cbaeac
tree2773c6a13c997fb33f261e1b33a333efc011f792
parentd282c26a7de21ea3b4df913be7a89035553ed846
ARM: 6891/1: prevent heap corruption in OABI semtimedop

commit 0f22072ab50cac7983f9660d33974b45184da4f9 upstream.

When CONFIG_OABI_COMPAT is set, the wrapper for semtimedop does not
bound the nsops argument.  A sufficiently large value will cause an
integer overflow in allocation size, followed by copying too much data
into the allocated buffer.  Fix this by restricting nsops to SEMOPM.
Untested.

Signed-off-by: Dan Rosenberg <drosenberg@vsecurity.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
arch/arm/kernel/sys_oabi-compat.c