commit | 868801e561d5d6df40a66197e2f803a109c19e7a | [log] [tgz] |
---|---|---|
author | Todd Poynor <tpoynor@mvista.com> | Sat Nov 05 03:21:15 2005 +0000 |
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | Mon Nov 07 02:24:31 2005 +0100 |
tree | f13cc0daeda783d3710161a8a641573c76bea600 | |
parent | 49196f3332e661ccc221734c3103115d8cd4ee49 [diff] |
[MTD] NAND: nand_write_ecc memory and OOB corruption Nathan Roberts noticed the nand_write_ecc index into oobbuf goes out of bounds when crossing an erase block boundary, causing incorrect OOB data to be written and corrupting memory. Reset the index to zero after re-preparing oobbuf for a new erase block. Signed-off-by: Todd Poynor <tpoynor@mvista.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>