]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPICA: Resources: Not a valid resource if buffer length too long
authorBob Moore <robert.moore@intel.com>
Wed, 28 Dec 2016 07:29:28 +0000 (15:29 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 2 Jan 2017 22:18:47 +0000 (23:18 +0100)
commit57707a9a7780fab426b8ae9b4c7b65b912a748b3
treedece872a6b3bc8767287c5b7958523f551c8a685
parent7225d0467c59e55566df396d6ecd5baf26ef3d9b
ACPICA: Resources: Not a valid resource if buffer length too long

ACPICA commit 9f76de2d249b18804e35fb55d14b1c2604d627a1
ACPICA commit b2e89d72ef1e9deefd63c3fd1dee90f893575b3a
ACPICA commit 23b5bbe6d78afd3c5abf3adb91a1b098a3000b2e

The declared buffer length must be the same as the length of the
byte initializer list, otherwise not a valid resource descriptor.

Link: https://github.com/acpica/acpica/commit/9f76de2d
Link: https://github.com/acpica/acpica/commit/b2e89d72
Link: https://github.com/acpica/acpica/commit/23b5bbe6
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/utresrc.c