mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-25 02:42:46 +00:00
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:
|
||
|---|---|---|
| .. | ||
| include/platform | ||
| console.c | ||
| Makefile | ||
| network.c | ||
| setup.c | ||
| simdisk.c | ||