From: Kim Phillips Date: Thu, 26 May 2011 03:30:34 +0000 (+1000) Subject: crypto: caam - fix operator precedence in shared descriptor allocation X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5bf9001cea4602f3ffcebd21c87aa1b7a7eded6;p=pandora-kernel.git crypto: caam - fix operator precedence in shared descriptor allocation setkey allocates 16 bytes (CAAM_CMD_SZ * DESC_AEAD_SHARED_TEXT_LEN) shy of what is needed to store the shared descriptor, resulting in memory corruption. Fix this. Signed-off-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed