From: Christian Engelmayer Date: Sat, 13 Jun 2009 22:05:26 +0000 (+0200) Subject: sunrpc: potential memory leak in function rdma_read_xdr X-Git-Tag: v2.6.31-rc1~57^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59fb30660be3f3ead54b3850c401d462449caaaa;p=pandora-kernel.git sunrpc: potential memory leak in function rdma_read_xdr In case the check on ch_count fails the cleanup path is skipped and the previously allocated memory 'rpl_map', 'chl_map' is not freed. Reported by Coverity. Signed-off-by: Christian Engelmayer Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed