diff options
author | Florin Malita <fmalita@gmail.com> | 2007-05-18 16:04:33 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-05-22 11:02:29 -0400 |
commit | 3d4bd24b019981394fabb465b0c7932924b83d65 (patch) | |
tree | c2103071362f7478577b5bf5fa4621fe79fd6ea8 /net/appletalk | |
parent | 55b637c6a003a8c4850b41a2c2fd6942d8a7f530 (diff) | |
download | linux-stable-3d4bd24b019981394fabb465b0c7932924b83d65.tar.gz linux-stable-3d4bd24b019981394fabb465b0c7932924b83d65.tar.bz2 linux-stable-3d4bd24b019981394fabb465b0c7932924b83d65.zip |
[PATCH] libertas: skb dereferenced after netif_rx
In libertas_process_rxed_packet() and process_rxed_802_11_packet() the
skb is dereferenced after being passed to netif_rx (called from
libertas_upload_rx_packet). Spotted by Coverity (1658, 1659).
Also, libertas_upload_rx_packet() unconditionally returns 0 so the error
check is dead code - might as well take it out and change the signature.
Signed-off-by: Florin Malita <fmalita@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/appletalk')
0 files changed, 0 insertions, 0 deletions