VirtualBox

Changeset 93666 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 9, 2022 2:31:33 PM (3 years ago)
Author:
vboxsync
Message:

VMM/PGM: Fixed regression from r149804 when pszDesc is NULL in ring-0. bugref:10094

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp

    r93650 r93666  
    161161                            : pType->pszDesc;
    162162#else
    163                             : pVM->pgm.s.aPhysHandlerTypes[hType].pszDesc;
     163                            : pVM->pgm.s.aPhysHandlerTypes[hType & PGMPHYSHANDLERTYPE_IDX_MASK].pszDesc;
    164164#endif
    165165        *ppPhysHandler = pNew;
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