[PATCH v2 0/2] Input: adp5588-keys - fixes and improvements for report events processing
From: Denis Arefev <hidden>
Date: 2025-05-20 11:14:06
Also in:
lkml
From: Denis Arefev <hidden>
Date: 2025-05-20 11:14:06
Also in:
lkml
The first patch fixes a missing check of the return value of the adp5588_read function. The second patch prevent a possible buffer overflow kpad->keycode[code] Link to v1: https://lore.kernel.org/all/20250516134313.282564-1-arefev@swemel.ru/ (local) Denis Arefev (2): Input: adp5588-keys - Add check on return code Input: adp5588-keys - Prevent buffer overflow drivers/input/keyboard/adp5588-keys.c | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) -- 2.43.0