VirtualBox

Ignore:
Timestamp:
Oct 26, 2010 12:27:50 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67055
Message:

*: Fixes for incorrect RTStrAPrintf usage (it does NOT return an IPRT status code) and the odd bugs nearby.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp

    r31939 r33464  
    207207    {
    208208        *pInstance = Req.Instance;
    209         rc = RTStrAPrintf(ppszClientPath, "%s", Req.achClientPath);
     209        rc = RTStrDupEx(ppszClientPath, Req.achClientPath);
    210210        if (RT_SUCCESS(rc))
    211211            return VINF_SUCCESS;
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