diff options
author | Levin, Alexander <alexander.levin@verizon.com> | 2017-07-18 06:23:16 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-19 22:32:11 +0200 |
commit | 98de4e0ea47d106846fc0e30ce4e644283fa7fc2 (patch) | |
tree | ba5cff38d9d85c2d9e003c238707a4050dd8b683 /init | |
parent | netfilter: fix netfilter_net_init() return (diff) | |
download | linux-98de4e0ea47d106846fc0e30ce4e644283fa7fc2.tar.xz linux-98de4e0ea47d106846fc0e30ce4e644283fa7fc2.zip |
wireless: wext: terminate ifr name coming from userspace
ifr name is assumed to be a valid string by the kernel, but nothing
was forcing username to pass a valid string.
In turn, this would cause panics as we tried to access the string
past it's valid memory.
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions