diff options
author | Yinglin Luan <synmyth@gmail.com> | 2011-06-25 20:12:12 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-06-29 14:57:35 +0200 |
commit | 55caa9241ece1c07a930e3d05a624061adcf2653 (patch) | |
tree | 58747dba1d8c7711f8187216d1e433841bcd91ad /scripts | |
parent | net+crypto: Use vmalloc for zlib inflate buffers. (diff) | |
download | linux-55caa9241ece1c07a930e3d05a624061adcf2653.tar.xz linux-55caa9241ece1c07a930e3d05a624061adcf2653.zip |
rionet: fix NULL pointer dereference in rionet_remove
Function rionet_remove initializes local variable 'ndev' to NULL
and do nothing changes before the call to unregister_netdev(ndev),
this could cause a NULL pointer dereference.
Reported-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Yinglin Luan <synmyth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions