mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
bc8d591654
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:
|
||
---|---|---|
.. | ||
iss | ||
xt2000 | ||
xtfpga | ||
Makefile |