Staging: silicom: use kstrtoint_from_user()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 14 Sep 2012 08:11:35 +0000 (11:11 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 12:22:09 +0000 (05:22 -0700)
commit82e6bb03983f265d06f2573e48e1cc0ae94d959a
tree57f64f8934e3fe17837dff917665083a8ca3d4d1
parente4c536b72fd6b25c7f4f9c6f293f43ba287b8e8f
Staging: silicom: use kstrtoint_from_user()

The main problem with the hand rolled code was that there weren't any
range checks so you could corrupt memory by writing too much data to
the proc file.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Daniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bp_mod.c