[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CALGdzup0W6vU4hy=Kdkh7syjqi4diZBBh9vJQjhxP2zH3YogUA@mail.gmail.com>
Date: Mon, 27 Jan 2025 13:45:01 -0600
From: Chenyuan Yang <chenyuan0y@...il.com>
To: Krzysztof Kozlowski <krzk@...nel.org>
Cc: lee@...nel.org, lkundrak@...sk, linux-kernel@...r.kernel.org,
zijie98@...il.com
Subject: Re: [PATCH] mfd: ene-kb3930: Fix potential NULL pointer dereference
Hi Krzysztof,
This was caught by our static analysis tool because
devm_gpiod_get_array_optional() can return a NULL pointer in
low-memory situations. It's essentially the same scenario described
here:
https://patchwork.kernel.org/project/linux-fbdev/patch/20240114143921.550736-1-andriy.shevchenko@linux.intel.com/.
Best,
Chenyuan
On Mon, Jan 27, 2025 at 11:43 AM Krzysztof Kozlowski <krzk@...nel.org> wrote:
>
> On 27/01/2025 17:30, Chenyuan Yang wrote:
> > Dear Developers,
> >
> > I am writing to check if there has been any update on this issue.
> > Given that it involves a potential null pointer dereference, I believe
> > we should address it as soon as possible
> >
> How did you test it or reproduce the issue? You claim that it is ASAP
> and ping during the merge window, so I assume this is real issue and
> tested on device?
>
> Best regards,
> Krzysztof
Powered by blists - more mailing lists