Changeset 75331 in vbox for trunk/src/VBox
- Timestamp:
- Nov 8, 2018 6:57:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r75251 r75331 5313 5313 # if defined(RT_OS_DARWIN) 5314 5314 /* The name is on the form 'ifX: long name', chop it off at the colon. */ 5315 char szTrunk[ 8];5315 char szTrunk[INTNET_MAX_TRUNK_NAME]; 5316 5316 RTStrCopy(szTrunk, sizeof(szTrunk), pszBridgedIfName); 5317 5317 char *pszColon = (char *)memchr(szTrunk, ':', sizeof(szTrunk));
Note:
See TracChangeset
for help on using the changeset viewer.