[PATCH v2 0/2] HID: corsair-void: Fix various memory issues

Stuart Hayhurst posted 2 patches 1 year ago
Only 0 patches received!
There is a newer version of this series
drivers/hid/hid-corsair-void.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH v2 0/2] HID: corsair-void: Fix various memory issues
Posted by Stuart Hayhurst 1 year ago
Fixes a use-after-free and a struct without an initialiser

Attempt 2, since apparently I messed up the command the first time

Stuart Hayhurst (2):
  HID: corsair-void: Add missing delayed work cancel for headset status
  HID: corsair-void: Initialise memory for psy_cfg

 drivers/hid/hid-corsair-void.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.47.1
Re: [PATCH v2 0/2] HID: corsair-void: Fix various memory issues
Posted by Jiri Kosina 1 year ago
On Tue, 21 Jan 2025, Stuart Hayhurst wrote:

> Fixes a use-after-free and a struct without an initialiser
> 
> Attempt 2, since apparently I messed up the command the first time

Are you sure you got this time this time though? I again got only cover 
letter and not the actual patches :)

Thanks,

-- 
Jiri Kosina
SUSE Labs
Re: [PATCH v2 0/2] HID: corsair-void: Fix various memory issues
Posted by Stuart 1 year ago
> Are you sure you got this time this time though? I again got only cover
> letter and not the actual patches :)

Yeah thanks I just saw I emailed it to myself instead somehow
I'll have a couple tries with --dry-run otherwise I'll clutter
everyone's inboxes, sorry for the extra emails

Stuart