rosenberg info leaks: check __copy_to_user()
commite08ce5a563e9be2dacc3b5fe707798e7b1108502
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 16 Jul 2013 14:39:18 +0000 (16 17:39 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 16 Jul 2013 14:39:18 +0000 (16 17:39 +0300)
tree39f6f71c8cf0e154eb437d53606009b40da9cbe2
parent96e42edbf04846ac9ea5b2bde1acddc3dcdf27a8
rosenberg info leaks: check __copy_to_user()

Most places use copy_to_user() but it's good to check the underscore
version as well.  Hopefully it should catch some more bugs.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_rosenberg.c