]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPICA: add boundary checks in two places
authorikaros <void0red@gmail.com>
Wed, 27 May 2026 18:10:18 +0000 (20:10 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 27 May 2026 18:18:47 +0000 (20:18 +0200)
commitbdc35754012906dbf094be104b103ca3adfef6f7
tree84fdad3fe8234ed3712372f994f05f479f243877
parentd27d48a528e437aed690f977e69a6fe73fe82ab5
ACPICA: add boundary checks in two places

Add boundary checks in acpi_ps_get_next_namestring() and
acpi_ps_peek_opcode() to prevent out-of-bounds access.

Link: https://github.com/acpica/acpica/commit/cfdc96896d8d
Signed-off-by: ikaros <void0red@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/5180044.0VBMTVartN@rafael.j.wysocki
drivers/acpi/acpica/psargs.c
drivers/acpi/acpica/psparse.c