VirtualBox

Changeset 69970 in vbox


Ignore:
Timestamp:
Dec 7, 2017 11:11:00 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119476
Message:

iprt/r3/init.cpp: Tag the argument conversions as 'will-leak'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/init.cpp

    r69111 r69970  
    301301                for (int i = 0; i < cArgs; i++)
    302302                {
    303                     int rc = RTUtf16ToUtf8(papwszArgs[i], &papszArgs[i]);
     303                    int rc = RTUtf16ToUtf8Tag(papwszArgs[i], &papszArgs[i], "will-leak:rtR3InitArgv");
    304304                    if (RT_FAILURE(rc))
    305305                    {
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