diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-02-21 15:35:49 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-02-28 11:28:36 +0300 |
commit | 74ee436f958126f96f2e10d44a8ef13cd8d46ef9 (patch) | |
tree | b5577954509e1a9941244da95883346d5dda051e /drivers/net/wireless/admtek | |
parent | c91377495192cda096e52dc09c266b0d05f16d86 (diff) | |
download | linux-74ee436f958126f96f2e10d44a8ef13cd8d46ef9.tar.xz |
rsi: fix missing null pointer check from a failed ieee80211_probereq_get call
The call to ieee80211_probereq_get can return NULL if a skb allocation
fails, so add a null pointer check and free an earlier skb on the error
exit return path.
Fixes: 7fdcb8e12660 ("rsi: add support for hardware scan offload")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/admtek')
0 files changed, 0 insertions, 0 deletions