From: Richard Genoud Date: Wed, 12 Sep 2012 12:26:26 +0000 (+0200) Subject: mtd: nandsim: bugfix: fail if overridesize is too big X-Git-Tag: v3.2.32~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a888aa97cc653cb4d82539caea9f149231aeaf0;p=pandora-kernel.git mtd: nandsim: bugfix: fail if overridesize is too big commit bb0a13a13411c4ce24c48c8ff3cdf7b48d237240 upstream. If override size is too big, the module was actually loaded instead of failing, because retval was not set. This lead to memory corruption with the use of the freed structs nandsim and nand_chip. Signed-off-by: Richard Genoud Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed