diff options
author | Pavel Skripkin <paskripkin@gmail.com> | 2021-07-09 16:24:18 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-09 20:01:01 +0200 |
commit | ad297cd2db8953e2202970e9504cab247b6c7cb4 (patch) | |
tree | 1ec9fb422276fe114ec28422dad5313fcb9cb93f /samples/rpmsg | |
parent | net: moxa: fix UAF in moxart_mac_probe (diff) | |
download | linux-ad297cd2db8953e2202970e9504cab247b6c7cb4.tar.xz linux-ad297cd2db8953e2202970e9504cab247b6c7cb4.zip |
net: qcom/emac: fix UAF in emac_remove
adpt is netdev private data and it cannot be
used after free_netdev() call. Using adpt after free_netdev()
can cause UAF bug. Fix it by moving free_netdev() at the end of the
function.
Fixes: 54e19bc74f33 ("net: qcom/emac: do not use devm on internal phy pdev")
Signed-off-by: Pavel Skripkin <paskripkin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/rpmsg')
0 files changed, 0 insertions, 0 deletions