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-Tag: v3.0-rc6~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18b989a5c12ca82ed37f94279273ddbc073758a;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