diff options
author | Liu Jian <liujian56@huawei.com> | 2022-12-03 17:42:39 +0800 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2022-12-06 12:45:11 +0100 |
commit | 4640177049549de1a43e9bc49265f0cdfce08cfd (patch) | |
tree | 9f8c2925f13a4a1aeb1f15f76756034efb8d0b06 /drivers/net/team | |
parent | 42330a32933fb42180c52022804dcf09f47a2f99 (diff) |
net: hisilicon: Fix potential use-after-free in hisi_femac_rx()
The skb is delivered to napi_gro_receive() which may free it, after
calling this, dereferencing skb may trigger use-after-free.
Fixes: 542ae60af24f ("net: hisilicon: Add Fast Ethernet MAC driver")
Signed-off-by: Liu Jian <liujian56@huawei.com>
Link: https://lore.kernel.org/r/20221203094240.1240211-1-liujian56@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'drivers/net/team')
0 files changed, 0 insertions, 0 deletions