Files
linux/drivers/misc
Young Xiao c858db291e Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_var
[ Upstream commit b281218ad4 ]

There is an out-of-bounds access to "config[len - 1]" array when the
variable "len" is zero.

See commit dada6a43b0 ("kgdboc: fix KASAN global-out-of-bounds bug
in param_set_kgdboc_var()") for details.

Signed-off-by: Young Xiao <YangX92@hotmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-15 13:48:59 +09:00
..
2014-02-28 14:08:42 -08:00
2013-08-27 08:28:01 -07:00
2018-03-22 09:54:47 +01:00
2023-05-15 08:25:32 +09:00