VirtualBox

Changeset 69664 in vbox for trunk


Ignore:
Timestamp:
Nov 12, 2017 11:46:38 PM (7 years ago)
Author:
vboxsync
Message:

Devices/Serial: Fix stuck I/O on Windows when using named pipes

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r69482 r69664  
    1414      <listitem>
    1515        <para>Storage: fixed regression breaking iSCSI (bug #17196)</para>
     16      </listitem>
     17
     18      <listitem>
     19        <para>Serial: fixed hanging I/O when using named pipes on Windows
     20          (5.2.0 regression; bug #17227)</para>
    1621      </listitem>
    1722
  • trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp

    r69500 r69664  
    220220                LogFlowFunc(("Read completed: cbReallyRead=%u\n", cbReallyRead));
    221221                pThis->fReadPending = false;
     222                pThis->cbReadBufUsed = cbReallyRead;
    222223                *pfEvts |= RTPOLL_EVT_READ;
    223224                return VINF_SUCCESS;
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