Changeset 101361 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Oct 5, 2023 3:34:29 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c
r98103 r101361 1041 1041 pNew->cBusy = 0; 1042 1042 pNew->hEventIdle = NIL_RTSEMEVENT; 1043 memcpy(pNew->szName, pszName, cchName + 1);1043 RT_BCOPY_UNFORTIFIED(pNew->szName, pszName, cchName + 1); 1044 1044 1045 1045 rc = RTSpinlockCreate(&pNew->hSpinlock, RTSPINLOCK_FLAGS_INTERRUPT_SAFE, "VBoxNetFltNewInstance");
Note:
See TracChangeset
for help on using the changeset viewer.