]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user
authorRichard Genoud <richard.genoud@gmail.com>
Wed, 27 Sep 2017 12:49:17 +0000 (14:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Oct 2017 07:47:34 +0000 (09:47 +0200)
commit67c423c9e885e34bc2829a0baae4cbf54312502d
tree58a884cb0f340f57b36ec07016eb4279b80ffa21
parentd45d8cd4717dd954ad338f5a0fc3652e93fbb2a2
mtd: nand: atmel: fix buffer overflow in atmel_pmecc_user

commit 36de80740008e6a4a55115b4a92e2059e47c1cba upstream.

When calculating the size needed by struct atmel_pmecc_user *user,
the dmu and delta buffer sizes were forgotten.
This lead to a memory corruption (especially with a large ecc_strength).

Link: http://lkml.kernel.org/r/1506503157.3016.5.camel@gmail.com
Fixes: f88fc122cc34 ("mtd: nand: Cleanup/rework the atmel_nand driver")
Reported-by: Richard Genoud <richard.genoud@gmail.com>
Pointed-at-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mtd/nand/atmel/pmecc.c