commit | ff1706f4feb8e0e1a2e56a8dd57e17a4b45649b5 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Oct 19 12:14:12 2013 +0300 |
committer | Roland Dreier <roland@purestorage.com> | Thu Mar 20 09:59:04 2014 -0700 |
tree | bd39150cfb039538e18159cad00dcb81336328dc | |
parent | cfbf8d4857c26a8a307fb7cd258074c9dcd8c691 [diff] |
RDMA/cxgb4: Fix underflows in c4iw_create_qp() These sizes should be unsigned so we don't allow negative values and have underflow bugs. These can come from the user so there may be security implications, but I have not tested this. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Roland Dreier <roland@purestorage.com>