commit | 363e0df057ea8da539645fe4c3c227e3d44054cc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Jan 12 10:16:14 2012 +0300 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jan 12 16:30:07 2012 -0500 |
tree | 9248304c9e407720e328c8cb4001dd3abaa74758 | |
parent | 13fff2f35fd21d69ee84ef6a78610420e1a42818 [diff] |
nfs: check for integer overflow in decode_devicenotify_args() On 32 bit, if n is too large then "n * sizeof(*args->devs)" could overflow and args->devs would be smaller than expected. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>