1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 01:09:38 -05:00
linux/arch/xtensa/platforms
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
..
iss xtensa: ISS: fix call to split_if_spec 2023-07-10 21:41:00 -07:00
xt2000 xtensa: drop platform_halt and platform_power_off 2023-06-12 19:48:56 -07:00
xtfpga xtensa: drop platform_halt and platform_power_off 2023-06-12 19:48:56 -07:00
Makefile