Re: [PATCH] eth: sp7021: fix use after free bug in spl2sw_nvmem_get_mac_address
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-09-30 15:49:00
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-09-30 15:49:00
Also in:
lkml
On Fri, 30 Sep 2022 12:03:10 +0800 Zheng Wang wrote:
This frees "mac" and tries to display its address as part of the error
message on the next line. Swap the order.
Fixes: fd3040b9394c ("net: ethernet: Add driver for Sunplus SP7021")
Reported-by: Zheng Wang <redacted>
Signed-off-by: Zheng Wang <redacted>Is there reporter and author the same person with different email addresses or two people?