VirtualBox

Changeset 75331 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 8, 2018 6:57:15 PM (6 years ago)
Author:
vboxsync
Message:

Main/Console: Allow trunk names up to 64 characters (public 17963)

File:
1 edited

Legend:

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

    r75251 r75331  
    53135313# if defined(RT_OS_DARWIN)
    53145314                /* 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];
    53165316                RTStrCopy(szTrunk, sizeof(szTrunk), pszBridgedIfName);
    53175317                char *pszColon = (char *)memchr(szTrunk, ':', sizeof(szTrunk));
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