Changeset 103025 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jan 24, 2024 2:21:13 PM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 161260
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp
r98103 r103025 5220 5220 if (RT_SUCCESS(rc)) 5221 5221 { 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... */ 5223 5223 5224 5224 pIf->pIntBuf = pIf->pIntBufDefault;
Note:
See TracChangeset
for help on using the changeset viewer.