VirtualBox

Changeset 107191 in vbox for trunk


Ignore:
Timestamp:
Nov 29, 2024 1:47:12 PM (2 months ago)
Author:
vboxsync
Message:

MsiCommon.cpp: Check puMask in MsiNotify() before dereferencing, found by Parfait.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/MsiCommon.cpp

    r106061 r107191  
    310310    {
    311311        uint32_t *puMask = msiGetMaskBits(pDev);
    312         AssertPtr(puMask);
     312        AssertPtrReturnVoid(puMask);
    313313        uMask = *puMask;
    314314        LogFlow(("MsiNotify: %d pending=%x mask=%x\n", iVector, *puPending, uMask));
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