mtd: nandsim: bugfix: fail if overridesize is too big
authorRichard Genoud <richard.genoud@gmail.com>
Wed, 12 Sep 2012 12:26:26 +0000 (14:26 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 17 Oct 2012 02:49:16 +0000 (03:49 +0100)
commit4a888aa97cc653cb4d82539caea9f149231aeaf0
treec8f4d8e2efe8e95856ae52b3a0c17a562071de61
parentf4c8c2f05a24536e4d883d6f3783c78aa6e773ff
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 <richard.genoud@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/mtd/nand/nandsim.c