VirtualBox

Changeset 33066 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 12, 2010 1:35:36 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66593
Message:

VT-x also chokes on invalid tr or ldtr selectors (minix)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r32506 r33066  
    22582258                    }
    22592259                }
     2260                /* VT-x also chokes on invalid tr or ldtr selectors (minix) */
     2261                if (    pCtx->tr > pCtx->gdtr.cbGdt
     2262                    ||  pCtx->ldtr > pCtx->gdtr.cbGdt)
     2263                {
     2264                    return false;
     2265                }
    22602266            }
    22612267        }
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