VirtualBox

Changeset 28027 in vbox


Ignore:
Timestamp:
Apr 7, 2010 6:45:43 AM (15 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/intnetinline.h

    r28025 r28027  
    431431                                           PINTNETHDR *ppHdr, void **ppvFrame)
    432432{
    433     void *pvFrame;
     433    void *pvFrame = NULL; /* gcc maybe used uninitialized */
    434434    int rc = intnetRingAllocateFrameInternal(pRingBuf, cbFrame + sizeof(*pGso), INTNETHDR_TYPE_GSO, ppHdr, &pvFrame);
    435435    if (RT_SUCCESS(rc))
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