From: Dan Carpenter Date: Mon, 26 May 2014 21:04:44 +0000 (+0300) Subject: RDMA/cxgb3: Fix information leak in send_abort() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~68^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4514cbd972786af67dd6c442c072685387e22a2;p=pandora-kernel.git RDMA/cxgb3: Fix information leak in send_abort() The cpl_abort_req struct has several reserved members which need to be cleared to avoid disclosing kernel information. I have added a memset() so now it matches the cxgb4 version of this function. Signed-off-by: Dan Carpenter Acked-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed