- Timestamp:
- Nov 12, 2017 11:46:38 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r69482 r69664 14 14 <listitem> 15 15 <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> 16 21 </listitem> 17 22 -
trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp
r69500 r69664 220 220 LogFlowFunc(("Read completed: cbReallyRead=%u\n", cbReallyRead)); 221 221 pThis->fReadPending = false; 222 pThis->cbReadBufUsed = cbReallyRead; 222 223 *pfEvts |= RTPOLL_EVT_READ; 223 224 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.