Bug 1524 - Missing Region filed attributes leads to error of index out of buffer.
Summary: Missing Region filed attributes leads to error of index out of buffer.
Status: REJECTED DUPLICATE of bug 1520
Alias: None
Product: ACPI
Classification: Unclassified
Component: ACPICA-Core (show other bugs)
Hardware: i386 Linux
: P2 high
Assignee: Len Brown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-10 21:50 UTC by Luming Yu
Modified: 2006-09-28 13:12 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.0-test8
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

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 ***

Note You need to log in before you can comment on or make changes to this bug.