aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/idle
diff options
context:
space:
mode:
authorPan Bian <bianpan2016@163.com>2019-11-05 22:49:11 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-05 17:50:21 +0100
commitb7aa39a2ed0112d07fc277ebd24a08a7b2368ab9 (patch)
tree6bffb68a218804d4902b2bb39dbcae885d540a22 /drivers/idle
parentstaging: wfx: Remove local variable used only in return statement. (diff)
downloadlinux-dev-b7aa39a2ed0112d07fc277ebd24a08a7b2368ab9.tar.xz
linux-dev-b7aa39a2ed0112d07fc277ebd24a08a7b2368ab9.zip
staging: rtl8192e: fix potential use after free
The variable skb is released via kfree_skb() when the return value of _rtl92e_tx is not zero. However, after that, skb is accessed again to read its length, which may result in a use after free bug. This patch fixes the bug by moving the release operation to where skb is never used later. Signed-off-by: Pan Bian <bianpan2016@163.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/1572965351-6745-1-git-send-email-bianpan2016@163.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/idle')
0 files changed, 0 insertions, 0 deletions