提交 575c9ed7 编写于 作者: A Alan Cox 提交者: Linus Torvalds

ray_cs: Fix copy_from_user handling

I've not touched the other stuff here but the word "locking" comes to mind.
Signed-off-by: NAlan Cox <alan@linux.intel.com>
Cc: stable@kernel.org
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 ef7562b7
......@@ -2879,7 +2879,7 @@ static int write_essid(struct file *file, const char __user *buffer,
unsigned long count, void *data)
{
static char proc_essid[33];
int len = count;
unsigned int len = count;
if (len > 32)
len = 32;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册