qt5base-lts/examples/network/secureudpclient
Timur Pocheptsov b283ce1e83 secureudpclient - a speculative fix for non-reproducible crash
Not much information in a bug report: QByteArray is protected from negative
sizes and QUdpSocket too. FWIW - add one more check, similar to what
the server counterpart already had.

Pick-to: 5.15 6.0
Fixes: QTBUG-83457
Change-Id: I585fa90e0a258d2257e4fed2f24c52b47548bcbb
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-12-10 22:07:12 +01:00
..
addressdialog.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
addressdialog.h Document DTLS examples 2018-08-09 03:52:13 +00:00
addressdialog.ui Add a secure UDP client example 2018-06-22 13:09:42 +00:00
association.cpp secureudpclient - a speculative fix for non-reproducible crash 2020-12-10 22:07:12 +01:00
association.h Document DTLS examples 2018-08-09 03:52:13 +00:00
CMakeLists.txt CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-27 12:49:39 +01:00
main.cpp Add a secure UDP client example 2018-06-22 13:09:42 +00:00
mainwindow.cpp Document DTLS examples 2018-08-09 03:52:13 +00:00
mainwindow.h Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
mainwindow.ui Add a secure UDP client example 2018-06-22 13:09:42 +00:00
secureudpclient.pro Add a secure UDP client example 2018-06-22 13:09:42 +00:00