VirtualBox

Changeset 100141 in vbox


Ignore:
Timestamp:
Jun 9, 2023 3:27:32 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157834
Message:

Audio/DrvHostAudioDSound: Return the correct pointer address in dsoundConfigQueryGUID(). Issue found by Parfait.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioDSound.cpp

    r98698 r100141  
    26352635        rc = RTUuidFromStr(pUuid, pszGuid);
    26362636        if (RT_SUCCESS(rc))
    2637             pGuid = (LPCGUID)&pUuid;
     2637            pGuid = (LPCGUID)pUuid;
    26382638        else
    26392639            DSLOGREL(("DSound: Error parsing device GUID for device '%s': %Rrc\n", pszName, rc));
     
    27702770        LogRel2(("DSound: Notification client is disabled (ver %#RX64)\n", RTSystemGetNtVersion()));
    27712771#endif
    2772 
     2772RT_BREAKPOINT();
    27732773    /*
    27742774     * Initialize configuration values and critical section.
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