diff options
author | 2016-10-12 12:38:50 +0200 | |
---|---|---|
committer | 2016-10-13 10:59:45 -0400 | |
commit | 9edebf11a4aa6349fecaedd673516fcf1999956a (patch) | |
tree | 6fb4ecd3d0b26dd6702dcffe6370fb0d28a9b065 /drivers/net | |
parent | s390/netiucv: get rid of one memcpy in netiucv_printuser (diff) | |
download | linux-dev-9edebf11a4aa6349fecaedd673516fcf1999956a.tar.xz linux-dev-9edebf11a4aa6349fecaedd673516fcf1999956a.zip |
s390/netiucv: improve checking of sysfs attribute buffer
High values are always wrong for netiucv's sysfs attribute "buffer".
But the current code does not detect values between 2**31 and 2**32
as invalid. Choosing type "unsigned int" for variable "bs1" and making
use of "kstrtouint()" improves the syntax checking for "buffer".
Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions