VirtualBox

Changeset 103360 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 14, 2024 2:44:22 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161676
Message:

IPRT/isomaker.cpp: Zero terminate wszTmp in rtFsIsoMakerOutFile_GenerateDirRec to be on the safe side and make parfait happy. bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomaker.cpp

    r100908 r103360  
    67616761        PRTUTF16 pwszTmp = &wszTmp[0];
    67626762        size_t   cwcResult = 0;
     6763        wszTmp[0] = '\0';
    67636764        int rc = RTStrToUtf16BigEx(pName->szName, RTSTR_MAX, &pwszTmp, RT_ELEMENTS(wszTmp), &cwcResult);
    67646765        AssertRC(rc);
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