VirtualBox

Changeset 34941 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 10, 2010 10:58:06 AM (14 years ago)
Author:
vboxsync
Message:

checksum/manifest: uninitialized variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/manifest2.cpp

    r34845 r34941  
    890890        pEntry->StrCore.pszString = pEntry->szName;
    891891        pEntry->Attributes = NULL;
     892        pEntry->cAttributes = 0;
    892893        memcpy(pEntry->szName, pszEntry, cchEntry + 1);
    893894        if (fNeedNormalization)
     
    988989            pEntry->StrCore.pszString = pEntry->szName;
    989990            pEntry->Attributes = NULL;
     991            pEntry->cAttributes = 0;
    990992            memcpy(pEntry->szName, pszEntry, cchEntry + 1);
    991993            if (fNeedNormalization)
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