[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210204103724.GC2789116@dell>
Date: Thu, 4 Feb 2021 10:37:24 +0000
From: Lee Jones <lee.jones@...aro.org>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Samuel Ortiz <sameo@...ux.intel.com>,
patches@...nsource.cirrus.com, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH RESEND] mfd: wm831x-auxadc: Prevent use after free in
wm831x_auxadc_read_irq()
On Fri, 29 Jan 2021, Dan Carpenter wrote:
> The "req" struct is always added to the "wm831x->auxadc_pending" list,
> but it's only removed from the list on the success path. If a failure
> occurs then the "req" struct is freed but it's still on the list,
> leading to a use after free.
>
> Fixes: 78bb3688ea18 ("mfd: Support multiple active WM831x AUXADC conversions")
> Signed-off-by: Dan Carpenter <dan.carpenter@...cle.com>
> Acked-by: Charles Keepax <ckeepax@...nsource.cirrus.com>
> ---
> drivers/mfd/wm831x-auxadc.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
Patchwork still can't find this.
I've applied it manually, thanks.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists