VirtualBox

Changeset 103025 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jan 24, 2024 2:21:13 PM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161260
Message:

*: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r98103 r103025  
    52205220        if (RT_SUCCESS(rc))
    52215221        {
    5222             ASMMemZero32(pIf->pIntBufDefault, cbBuf); /** @todo I thought I specified these buggers as clearing the memory... */
     5222            RT_BZERO(pIf->pIntBufDefault, cbBuf); /** @todo I thought I specified these buggers as clearing the memory... */
    52235223
    52245224            pIf->pIntBuf   = pIf->pIntBufDefault;
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