VirtualBox

Ignore:
Timestamp:
Jul 21, 2011 7:29:54 AM (13 years ago)
Author:
vboxsync
Message:

GuestCtrl: Update of copy from guest (work in progress).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExecThread.cpp

    r36887 r38085  
    273273                                          uint8_t *pBuf, uint32_t cbSize, uint32_t *pcbRead)
    274274{
    275     AssertPtrReturn(pBuf, VERR_INVALID_PARAMETER);
     275    AssertPtrReturn(pBuf, VERR_INVALID_POINTER);
     276    AssertReturn(cbSize, VERR_INVALID_PARAMETER);
    276277
    277278    int rc = RTCritSectEnter(&g_GuestControlExecThreadsCritSect);
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