VirtualBox

Ignore:
Timestamp:
Feb 14, 2024 2:39:26 PM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161675
Message:

VMM/DBGF,PDMLdr,PGM: Addressed parfait's complaints about uninitialized variables. bugref:3409

File:
1 edited

Legend:

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

    r98103 r103359  
    240240{
    241241    VMCPU_ASSERT_EMT(pVCpu);
    242     /* This is just a wrapper because we cannot pass FlatPtr thru VMR3ReqCall directly. */
    243     PGMPTWALK Walk;
     242    PGMPTWALK Walk = { NIL_RTGCPTR, NIL_RTGCPHYS, NIL_RTGCPHYS, false };
    244243    int const rc = PGMGstGetPage(pVCpu, pAddress->FlatPtr, &Walk);
    245244    *pGCPhys = Walk.GCPhys;
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