VirtualBox

Changeset 23134 in vbox for trunk/src


Ignore:
Timestamp:
Sep 18, 2009 2:19:02 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52532
Message:

Main/darwin/iokit.*: DARWINETHERNIC::szBSDName is too small, increased to 16 bytes.

Location:
trunk/src/VBox/Main/darwin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/darwin/iokit.cpp

    r18260 r23134  
    17811781        {
    17821782            RTPrintf("%s\n", pCur->szName);
    1783             RTPrintf("    szBSDName=%d\n", pCur->szBSDName);
     1783            RTPrintf("    szBSDName=%s\n", pCur->szBSDName);
    17841784            RTPrintf("         UUID=%RTuuid\n", &pCur->Uuid);
    17851785            RTPrintf("          Mac=%.6Rhxs\n", &pCur->Mac);
  • trunk/src/VBox/Main/darwin/iokit.h

    r20374 r23134  
    5151    struct DARWINETHERNIC *pNext;
    5252    /** The BSD name. (like en0)*/
    53     char szBSDName[8];
     53    char szBSDName[16];
    5454    /** The fake unique identifier. */
    5555    RTUUID Uuid;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette