VirtualBox

Ignore:
Timestamp:
Jul 12, 2013 12:48:17 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87211
Message:

Main: RT_ZERO() / RTStrCopy()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/HGCM.cpp

    r44528 r47117  
    243243    m_hExtension (NULL)
    244244{
    245     memset (&m_fntable, 0, sizeof (m_fntable));
     245    RT_ZERO(m_fntable);
    246246}
    247247
     
    290290        if (RT_SUCCESS(rc))
    291291        {
    292             memset (&m_fntable, 0, sizeof (m_fntable));
     292            RT_ZERO(m_fntable);
    293293
    294294            m_fntable.cbSize     = sizeof (m_fntable);
     
    346346    }
    347347
    348     memset (&m_fntable, 0, sizeof (m_fntable));
     348    RT_ZERO(m_fntable);
    349349    m_pfnLoad = NULL;
    350350    m_hLdrMod = NIL_RTLDRMOD;
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