aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-05-08 14:06:10 -0700
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-05-15 10:16:10 +0200
commit9df758d96df5773eb7f52878f8875f1c989993da (patch)
treefb985da3345c372aece1927add46d47418ffa985 /include/acpi
parentACPICA: vsnprintf: this statement may fall through (diff)
downloadlinux-dev-9df758d96df5773eb7f52878f8875f1c989993da.tar.xz
linux-dev-9df758d96df5773eb7f52878f8875f1c989993da.zip
ACPICA: Fix potential infinite loop in acpi_rs_dump_byte_list
There is a potenial infinite loop if acpi_rs_dump_byte_list is called with a Length greater than 255 since the current loop counter is just a u8 and will wrap to zero and never reach the desired value in Length. Fix this by making the loop counter the size type as Length. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
0 files changed, 0 insertions, 0 deletions