VirtualBox

Changeset 33194 in vbox


Ignore:
Timestamp:
Oct 18, 2010 12:17:12 PM (14 years ago)
Author:
vboxsync
Message:

IPRT/pipe-win.cpp: Check for write quota (hack).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/pipe-win.cpp

    r32131 r33194  
    750750                        rc = VERR_BROKEN_PIPE;
    751751                    else if (   cbToWrite >= Info.WriteQuotaAvailable
    752                              && Info.OutboundQuota != 0)
     752                             && Info.OutboundQuota != 0
     753                             && (Info.WriteQuotaAvailable || pThis->cbBounceBufAlloc)
     754                            )
    753755                    {
    754756                        cbToWrite = Info.WriteQuotaAvailable;
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