lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALTg27nJTXHKL8=V-7nuT00r8svVr4k760yMy2ghVLsyMs+FRA@mail.gmail.com>
Date: Mon, 6 Jan 2025 02:08:03 +0000
From: Stuart <stuart.a.hayhurst@...il.com>
To: Jiri Kosina <jikos@...nel.org>
Cc: Linux Input <linux-input@...r.kernel.org>, Benjamin Tissoires <bentiss@...nel.org>, 
	LKML <linux-kernel@...r.kernel.org>, Kees Bakker <kees@...erbout.nl>
Subject: Re: [PATCH] HID: corsair-void: Add missing initializer

Hi, just bumping this since it's been a few months, will it be picked
up for 6.13?

Thanks,
Stuart

On Sun, 3 Nov 2024 at 02:32, Stuart <stuart.a.hayhurst@...il.com> wrote:
>
> Checked the script, CCed missing people
>
> Stuart
>
> On Thu, 24 Oct 2024 at 02:51, Stuart <stuart.a.hayhurst@...il.com> wrote:
> >
> > Good catch, thanks
> >
> > Are you aware of 'scripts/get_maintainer.pl'? It might tell you to CC
> > Jiri Kosina and Benjamin Tissoires, as they can actually apply this.
> >
> > Stuart
> >
> > On Sun, 20 Oct 2024 at 20:57, Kees Bakker <kees@...erbout.nl> wrote:
> > >
> > > This was detected by Coverity, CID 1600743
> > >
> > > Signed-off-by: Kees Bakker <kees@...erbout.nl>
> > > ---
> > >  drivers/hid/hid-corsair-void.c | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/drivers/hid/hid-corsair-void.c b/drivers/hid/hid-corsair-void.c
> > > index 6ece56b850fc..d1fd04264656 100644
> > > --- a/drivers/hid/hid-corsair-void.c
> > > +++ b/drivers/hid/hid-corsair-void.c
> > > @@ -553,7 +553,7 @@ static void corsair_void_battery_remove_work_handler(struct work_struct *work)
> > >  static void corsair_void_battery_add_work_handler(struct work_struct *work)
> > >  {
> > >         struct corsair_void_drvdata *drvdata;
> > > -       struct power_supply_config psy_cfg;
> > > +       struct power_supply_config psy_cfg = {};
> > >         struct power_supply *new_supply;
> > >
> > >         drvdata = container_of(work, struct corsair_void_drvdata,
> > > --
> > > 2.47.0
> > >

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ