]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check
authorKees Cook <keescook@chromium.org>
Thu, 25 Oct 2012 20:38:16 +0000 (13:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Oct 2012 16:51:34 +0000 (09:51 -0700)
commitab41bb2e47540a714271dfa2943566b1fd4afa9c
tree6f86e5c2ac174c1bdb60d21d0240d855fe04843d
parented12438d94ded9c028570776898418adbb497f58
fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check

commit 12176503366885edd542389eed3aaf94be163fdb upstream.

The compat ioctl for VIDEO_SET_SPU_PALETTE was missing an error check
while converting ioctl arguments.  This could lead to leaking kernel
stack contents into userspace.

Patch extracted from existing fix in grsecurity.

Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: David Miller <davem@davemloft.net>
Cc: Brad Spengler <spender@grsecurity.net>
Cc: PaX Team <pageexec@freemail.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/compat_ioctl.c