diff options
author | Zhang Shurong <zhang_shurong@foxmail.com> | 2023-06-23 13:39:35 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-23 17:52:24 +0200 |
commit | 9040adc38cf6bfbb77034d558ac2c52f70d840ac (patch) | |
tree | 81b1a0c2b67899fef0d0eb6be31bfdf15e5fa54c /drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |
parent | ef87750caea52a2642f796eb65b376009efbc272 (diff) |
firewire: net: fix use after free in fwnet_finish_incoming_packet()
[ Upstream commit 3ff256751a2853e1ffaa36958ff933ccc98c6cb5 ]
The netif_rx() function frees the skb so we can't dereference it to
save the skb->len.
Signed-off-by: Zhang Shurong <zhang_shurong@foxmail.com>
Link: https://lore.kernel.org/r/tencent_3B3D24B66ED66A6BB73CC0E63C6A14E45109@qq.com
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
0 files changed, 0 insertions, 0 deletions