VirtualBox

Changeset 104255 in vbox for trunk


Ignore:
Timestamp:
Apr 9, 2024 3:12:40 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IOM: Initialize stack value before calling pfnReadCallback in iomMMIODoComplicatedRead. bugref:10651

File:
1 edited

Legend:

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

    r100108 r104255  
    447447         * Do DWORD read from the device.
    448448         */
    449         uint32_t u32Value;
     449        uint32_t u32Value = 0;
    450450        VBOXSTRICTRC rcStrict2 = pRegEntry->pfnReadCallback(pRegEntry->pDevIns, pRegEntry->pvUser,
    451451                                                            !(pRegEntry->fFlags & IOMMMIO_FLAGS_ABS)
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