RDMA/cxgb3: Fix stack info leak in iwch_create_cq()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 29 Jul 2013 19:19:14 +0000 (22:19 +0300)
committerRoland Dreier <roland@purestorage.com>
Tue, 30 Jul 2013 17:11:33 +0000 (10:11 -0700)
The "uresp.reserved" field isn't initialized on this path so it could
leak uninitialized stack information to the user.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found