VirtualBox

Ignore:
Timestamp:
Dec 13, 2010 1:52:32 PM (14 years ago)
Author:
vboxsync
Message:

Accidental code commit.

File:
1 edited

Legend:

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

    r35010 r35012  
    104104    {
    105105        size_t cbToWrite = pStdInBuf->cbSize - pStdInBuf->cbOffset;
    106         cbToWrite = RT_MIN(cbToWrite, _64K);
     106        cbToWrite = RT_MIN(cbToWrite, _1M);
    107107        *pfClose = false;
    108108        if (cbToWrite && pStdInBuf->fAlive)
     
    17221722            AssertPtr(pData);
    17231723
    1724             const uint32_t cbSize = _64K;
     1724            const uint32_t cbSize = _1M;
    17251725            uint32_t cbRead = cbSize;
    17261726            uint8_t *pBuf = (uint8_t*)RTMemAlloc(cbSize);
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