USB: keyspan: add a sanity test on "len"
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 5 Apr 2013 05:43:20 +0000 (08:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 21:11:25 +0000 (14:11 -0700)
"len" comes from the USB transfer and it's probably correct.  The thing
is that we already have similar checks like:

        if (data[i] >= serial->num_ports) {

So adding a sanity test here matches the rest of the code and is a good
idea.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found