VirtualBox

Ignore:
Timestamp:
Nov 23, 2021 1:49:29 PM (3 years ago)
Author:
vboxsync
Message:

VMM/PGM: Reset all relevant fields in the handy page array when pgmPhysFreePage finds the page being freed in the recently allocated page list. [build fix] bugref:10093 bugref:10147

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r92564 r92565  
    14431443        {
    14441444            pVM->pgm.s.aHandyPages[i].HCPhysGCPhys = NIL_GMMPAGEDESC_PHYS;
    1445             pVM->pgm.s.aHandyPages[i].fZero        = false;
     1445            pVM->pgm.s.aHandyPages[i].fZeroed      = false;
    14461446            pVM->pgm.s.aHandyPages[i].idPage       = NIL_GMM_PAGEID;
    14471447            break;
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