RDMA/ocrdma: Fix several stack info leaks
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 29 Jul 2013 19:34:29 +0000 (22:34 +0300)
committerRoland Dreier <roland@purestorage.com>
Tue, 30 Jul 2013 17:09:16 +0000 (10:09 -0700)
A grab bag of places which don't properly initialize stack data.  I
removed one place which cleared ".rsvd" because it's not needed now
that I have added a memset() earlier in the function.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>

No differences found