linux-stable/arch/xtensa/platforms/iss
Max Filippov bc8d591654 xtensa: ISS: fix call to split_if_spec
split_if_spec expects a NULL-pointer as an end marker for the argument
list, but tuntap_probe never supplied that terminating NULL. As a result
incorrectly formatted interface specification string may cause a crash
because of the random memory access. Fix that by adding NULL terminator
to the split_if_spec argument list.

Cc: stable@vger.kernel.org
Fixes: 7282bee787 ("[PATCH] xtensa: Architecture support for Tensilica Xtensa Part 8")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2023-07-10 21:41:00 -07:00
..
include/platform
console.c arch: xtensa: platforms: Fix deadlock in rs_close() 2022-04-13 03:36:34 -07:00
Makefile
network.c xtensa: ISS: fix call to split_if_spec 2023-07-10 21:41:00 -07:00
setup.c xtensa: drop platform_halt and platform_power_off 2023-06-12 19:48:56 -07:00
simdisk.c block: replace fmode_t with a block-specific type for block open flags 2023-06-12 08:04:05 -06:00