diff options
author | Pan Bian <bianpan2016@163.com> | 2018-11-29 13:48:10 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-12-13 18:03:06 +0300 |
commit | afbb1947db94eacc5a13302eee88a9772fb78935 (patch) | |
tree | 6d66e0698bb99b77cea6b052c13c8b49fe76e169 /drivers/net/wireless/intel/iwlwifi/cfg | |
parent | 662a7b078cff6ab246d875775af7affedcf6e2d5 (diff) | |
download | linux-afbb1947db94eacc5a13302eee88a9772fb78935.tar.xz |
rtl818x: fix potential use after free
entry is released via usb_put_urb just after calling usb_submit_urb.
However, entry is used if the submission fails, resulting in a use after
free bug. The patch fixes this.
Signed-off-by: Pan Bian <bianpan2016@163.com>
ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/cfg')
0 files changed, 0 insertions, 0 deletions