serial: 8250: 8250_omap: Fix possible array out of bounds access
authorVignesh Raghavendra <vigneshr@ti.com>
Wed, 11 Nov 2020 11:26:52 +0000 (16:56 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Nov 2020 08:42:30 +0000 (09:42 +0100)
commitd4548b14dd7e5c698f81ce23ce7b69a896373b45
treeb52323fb418e13da819b4d997c8f3b31fa2cbe7a
parent9b085d6e889076928d307f05cabf76e35db1e63b
serial: 8250: 8250_omap: Fix possible array out of bounds access

k3_soc_devices array is missing a sentinel entry which may result in out
of bounds access as reported by kernel KASAN.

Fix this by adding a sentinel entry.

Fixes: 439c7183e5b9 ("serial: 8250: 8250_omap: Disable RX interrupt after DMA enable")
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20201111112653.2710-1-vigneshr@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c