[PATCH] briq_panel: read() and write() get __user pointers, damnit
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 23 Sep 2006 17:20:56 +0000 (18:20 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Sep 2006 18:34:43 +0000 (11:34 -0700)
annotated, fixed a roothole in ->write().  Dereferencing user-supplied pointer
is a Bad Idea(tm)...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found