]> git.baikalelectronics.ru Git - kernel.git/commit
i2o: fix overflow of copy_to_user()
authorKulikov Vasiliy <segooon@gmail.com>
Wed, 11 Aug 2010 01:02:03 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:05 +0000 (08:59 -0700)
commit5404964e47507c1a106b8b07b6419b118a41d170
tree4efe31c289c00b4ce00b30fce956df5401d6fdde
parentac51838c1c3f6bf71eab0e0be78c6aaa14d70715
i2o: fix overflow of copy_to_user()

If (len > reslen) we must not call copy_to_user() since kernel buffer is
smaller than we want to copy.  Similar code in this file is correct, so
this bug was a typo.

Signed-off-by: Kulikov Vasiliy <segooon@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/message/i2o/i2o_config.c