qt5base-lts/tests/auto/network/socket
Alex Trotsenko 91c1b5490e QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()
If the user calls QLocalSocket::setReadBufferSize() with a value less
than the current size of the pipe buffer, startAsyncRead() would call
ReadFileEx() with invalid parameters:

  ReadFileEx(handle, nullptr, some_big_value, ...);

Change-Id: I3d153e3ec34f8038dc001c1c896aeceb666a8979
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-05-02 05:21:29 +00:00
..
platformsocketengine Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
qabstractsocket Updated license headers 2016-01-21 18:55:18 +00:00
qhttpsocketengine Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
qlocalsocket QWindowsPipeReader: fix possible invalid invocation of ReadFileEx() 2017-05-02 05:21:29 +00:00
qsctpsocket Network: Use canonical license headers 2017-02-28 15:34:01 +00:00
qsocks5socketengine tst_QSocks5SocketEngine: Refactor tests 2017-01-23 12:22:54 +00:00
qtcpserver Fix tst_QTcpServer for QEMU 2017-04-20 11:46:14 +00:00
qtcpsocket Properly use the "process" feature 2017-02-27 15:44:46 +00:00
qudpsocket Fix tst_QUdpSocket for QEMU 2017-03-29 14:29:43 +00:00
socket.pro Modularize configure.json/.pri 2016-09-15 08:23:53 +00:00