commit | bb0a13a13411c4ce24c48c8ff3cdf7b48d237240 | [log] [tgz] |
---|---|---|
author | Richard Genoud <richard.genoud@gmail.com> | Wed Sep 12 14:26:26 2012 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Sat Sep 29 15:54:12 2012 +0100 |
tree | 595cbf4572ee949f58ccfc0337fb43f78101f49d | |
parent | 5bf3d66a933efb71fa6db08a5043a617b6eadb4a [diff] |
mtd: nandsim: bugfix: fail if overridesize is too big 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. Cc: stable@vger.kernel.org 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>