On Sun, Aug 18, 2024 at 09:58:01PM -0700, Dmitry Torokhov wrote: > When allocating memory for the keypad use struct_size() helper to be > protected from overflows. > > Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> > --- > drivers/input/keyboard/samsung-keypad.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof