[PATCH 0/2] HID: Intel-thc-hid: Fix potential buffer overflow

From: Even Xu

Date: Mon Sep 21 2026 - 22:46:39 EST


This patch set allocate enough space for both the payload and the
packet header for quicki2c and quickspi input and output buffers to
prevent a buffer overflow when the payload reaches its maximum size,
as their sizes are currently calculated from the payload length only.

Even Xu (2):
HID: Intel-thc-hid: Intel-quicki2c: Fix buffer overflow
HID: Intel-thc-hid: Intel-quickspi: Fix buffer overflow

drivers/hid/intel-thc-hid/intel-quicki2c/pci-quicki2c.c | 6 ++++--
drivers/hid/intel-thc-hid/intel-quickspi/pci-quickspi.c | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)

--
2.43.0