qt6-bb10/tests/auto/network
Peter Hartmann af96c6fed9 QHttpMultiPart: fix data corruption in readData method
When readData() is called repeatedly, we need to keep track which
part of the multipart message we are currently reading from.
Hereby we also need to take the boundary size into account, and not
only the size of the multipart; otherwise we would skip a not
completely read part. This would then later lead to advancing the
read pointer by negative indexes and data loss.

Task-number: QTBUG-32534
Change-Id: Ibb6dff16adaf4ea67181d23d1d0c8459e33a0ed0
Reviewed-by: Jonathan Liu <net147@gmail.com>
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
2013-07-29 18:08:59 +02:00
..
access QHttpMultiPart: fix data corruption in readData method 2013-07-29 18:08:59 +02:00
bearer Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
kernel Further followup to Q_OS_MACX changes. 2013-06-24 15:49:31 +02:00
socket Ignore or suppress warning and debug messages in tst_QLocalSocket 2013-07-20 00:22:07 +02:00
ssl SSL internals: do not write after shutting down the socket 2013-04-23 23:22:43 +02:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00