[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOZdJXWm4=UHw42YjUAQLZTNd=qbxyRag7-MJ5V4aq_xf8-1Vw@mail.gmail.com>
Date: Sat, 10 Jul 2021 00:02:26 -0500
From: Timur Tabi <timur@...nel.org>
To: Pavel Skripkin <paskripkin@...il.com>
Cc: timur@...nel.org, David Miller <davem@...emloft.net>,
kuba@...nel.org, netdev <netdev@...r.kernel.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] net: qcom/emac: fix UAF in emac_remove
On Fri, Jul 9, 2021 at 9:24 AM Pavel Skripkin <paskripkin@...il.com> wrote:
>
> 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.
Please spell out what "UAF" means, thanks. If you fix that, then
Acked-by: Timur Tabi <timur@...nel.org>
Thanks.
Powered by blists - more mailing lists