ACPICA: Fix possible buffer overflow during a field unit read operation
authorBob Moore <robert.moore@intel.com>
Wed, 8 May 2013 04:01:15 +0000 (04:01 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 30 May 2013 13:34:53 +0000 (14:34 +0100)
commit 61388f9e5d93053cf399a356414f31f9b4814c6d upstream.

Can only happen under these conditions: 1) The DSDT version is 1,
meaning integers are 32-bits.  2) The field is between 33 and 64
bits long.

It applies cleanly back to ACPICA 20100806+ (Linux v2.6.37+).

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>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

No differences found