Bug 1524

Summary: Missing Region filed attributes leads to error of index out of buffer.
Product: ACPI Reporter: Luming Yu (luming.yu)
Component: ACPICA-CoreAssignee: Len Brown (lenb)
Status: REJECTED DUPLICATE    
Severity: high CC: acpi-bugzilla
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.0-test8 Subsystem:
Regression: --- Bisected commit-id:

Description Luming Yu 2003-11-10 21:50:06 UTC
Distribution:
RH+ 2.6.0-test8

Software Environment:
2.6.0-test8

Problem Description:
Below case could cause index out of buffer

            OperationRegion (C048, PCI_Config, 0x91, 0x06)
            Field (C048, AnyAcc, NoLock, Preserve)
            {
                C049,   48
            }
      Alias (C049, \_SB.C049)
...

                     Store (C049, Local7)
                     Store (DerefOf (Index (Local7, 6)), Local1)
Comment 1 Luming Yu 2003-11-11 02:37:04 UTC
I do remember I submit only 1 tracker for this issue which is 1520. But I don't
know why there is another copy of 1520 here. :(

*** This bug has been marked as a duplicate of 1520 ***