VirtualBox

Changeset 79148 in vbox


Ignore:
Timestamp:
Jun 14, 2019 9:16:36 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Fix copy/paste bug. Zero out the struct before using it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r79147 r79148  
    1601016010
    1601116011                VMXVEXITEVENTINFO ExitEventInfo;
    16012                 RT_ZERO(ExitInfo);
     16012                RT_ZERO(ExitEventInfo);
    1601316013                ExitEventInfo.uExitIntInfo         = pVmxTransient->uExitIntInfo;
    1601416014                ExitEventInfo.uExitIntErrCode      = pVmxTransient->uExitIntErrorCode;
Note: See TracChangeset for help on using the changeset viewer.

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