From: Herbert Xu Date: Fri, 28 Sep 2007 01:06:11 +0000 (+0800) Subject: [CRYPTO] cryptomgr: Fix parsing of recursive algorithms X-Git-Tag: v2.6.24-rc1~1454^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720a650f8ab3166d32fc5da64961e8d2158b9452;p=pandora-kernel.git [CRYPTO] cryptomgr: Fix parsing of recursive algorithms As Joy Latten points out, inner algorithm parameters will miss the closing bracket which will also cause the outer algorithm to terminate prematurely. This patch fixes that also kills the WARN_ON if the number of parameters exceed the maximum as that is a user error. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed