VirtualBox

Changeset 9180 in vbox for trunk


Ignore:
Timestamp:
May 27, 2008 9:01:41 PM (17 years ago)
Author:
vboxsync
Message:

intnet: don't crash when shutting down one of three VMs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r8155 r9180  
    994994            PINTNETIF pPrev = pNetwork->pIFs;
    995995            while (pPrev)
     996            {
    996997                if (pPrev->pNext == pIf)
    997998                {
     
    9991000                    break;
    10001001                }
    1001             Assert(pPrev);
     1002                pPrev = pPrev->pNext;
     1003            }
    10021004        }
    10031005        RTSemFastMutexRelease(pNetwork->FastMutex);
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