From: Herbert Xu Date: Tue, 1 Jan 2008 04:44:50 +0000 (+1100) Subject: [CRYPTO] xcbc: Fix algorithm leak when block size check fails X-Git-Tag: v2.6.25-rc1~1242^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b87887d6c232becba77835b29a424cf78442b7d;p=pandora-kernel.git [CRYPTO] xcbc: Fix algorithm leak when block size check fails When the underlying algorithm has a block size other than 16 we abort without freeing it. In fact, we try to return the algorithm itself as an error! This patch plugs the leak and makes it return -EINVAL instead. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed