On Fri, 2018-11-09 at 16:56:50 UTC, wrote:
> Iterate over smpt array using its starting address and length
> instead of the blind iterations that used data found in the array.
>
> This prevents possible memory accesses outside of the smpt array
> boundaries in case software, or manufacturers, misrepresent smpt
> array fields.
>
> Fixes: b038e8e3be72 ("mtd: spi-nor: parse SFDP Sector Map Parameter Table")
> Suggested-by: Boris Brezillon <[email protected]>
> Signed-off-by: Tudor Ambarus <[email protected]>
Applied to http://git.infradead.org/linux-mtd.git mtd/fixes, thanks.
Boris