]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Missing __user in pointer referenced within copy_from_user
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Tue, 20 Feb 2007 21:58:12 +0000 (13:58 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 21 Feb 2007 01:10:15 +0000 (17:10 -0800)
commit76cd8388d953f5ab978a77a16448a8548cfe6c3b
tree28a10b745f81c32fc67ab8a23b31bc83f088abb2
parenta5def77592182fb060d51b5803f1fec0c36f3cf2
[PATCH] Missing __user in pointer referenced within copy_from_user

Pointers to user data should be marked with a __user hint.  This one is
missing.

Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/base.c