VirtualBox

Changeset 33052 in vbox for trunk/src


Ignore:
Timestamp:
Oct 12, 2010 10:42:06 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66578
Message:

ACPI: long standing issue with addressing of global vars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r32825 r33052  
    15381538            {
    15391539                /* see comment at the declaration of u8IndexShift */
    1540                 if (s->u8IndexShift == 0)
     1540                if ((u32 > SYSTEM_INFO_INDEX_END) && (s->u8IndexShift == 0))
    15411541                {
    15421542                    if (((u32 >> 2) < SYSTEM_INFO_INDEX_END) && ((u32 & 0x3)) == 0)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette