]> www.infradead.org Git - users/hch/xfs.git/commit
platform/x86: toshiba_acpi: Fix array out-of-bounds access
authorArmin Wolf <W_Armin@gmx.de>
Tue, 9 Jul 2024 14:38:51 +0000 (16:38 +0200)
committerHans de Goede <hdegoede@redhat.com>
Wed, 10 Jul 2024 14:12:12 +0000 (16:12 +0200)
commitb6e02c6b0377d4339986e07aeb696c632cd392aa
tree2dd3425e36ce12f14b121333a64a1e95d68bfd3b
parente527a6127223b644e0a27b44f4b16e16eb6c7f0a
platform/x86: toshiba_acpi: Fix array out-of-bounds access

In order to use toshiba_dmi_quirks[] together with the standard DMI
matching functions, it must be terminated by a empty entry.

Since this entry is missing, an array out-of-bounds access occurs
every time the quirk list is processed.

Fix this by adding the terminating empty entry.

Reported-by: kernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202407091536.8b116b3d-lkp@intel.com
Fixes: 3cb1f40dfdc3 ("drivers/platform: toshiba_acpi: Call HCI_PANEL_POWER_ON on resume on some models")
Cc: stable@vger.kernel.org
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20240709143851.10097-1-W_Armin@gmx.de
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/toshiba_acpi.c