qt6-bb10/src
Alex Trotsenko 4ef269963b Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on Windows
Some Windows kernels return a v4-mapped QHostAddress::AnyIPv4 as a
local address of the socket which bound on both IPv4 and IPv6
interfaces. This address does not match to any special address and
should not be used to send the data.

To allow handling of the local addresses properly, replace it with
QHostAddress::Any.

Already tested by tst_qudpsocket.

Task-number: QTBUG-52714
Change-Id: Icb7cb75f48cd7ec9b0a9dfaf861ffe0d3093e20d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-05-04 17:16:54 +00:00
..
3rdparty Fix compilation MSVC warning in 3rdparty/rfc6234 2016-04-20 07:49:41 +00:00
android Android: Update Ministro's url 2016-04-15 13:01:47 +00:00
angle ANGLE: Do not use march=native 2016-04-06 05:54:10 +00:00
concurrent Added a missing comma to the comment. 2016-05-03 12:30:56 +00:00
corelib normalize structure of plugandpaint example 2016-05-03 10:25:18 +00:00
dbus Workaround Windows DLL unload issue with threads running 2016-05-02 20:24:24 +00:00
gui Fix segfault when exiting app running under eglfs 2016-05-04 10:57:47 +00:00
network Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on Windows 2016-05-04 17:16:54 +00:00
opengl consistently put {qt,qml}_{module,plugin} at the end of project files 2016-03-07 14:09:49 +00:00
openglextensions consistently put {qt,qml}_{module,plugin} at the end of project files 2016-03-07 14:09:49 +00:00
platformheaders Expose the number of X screen through the QXcbScreenFunctions 2016-03-05 10:46:41 +00:00
platformsupport Revert "egl: Reshuffle headers to help less fortunate systems with X11" 2016-05-04 09:00:34 +00:00
plugins Fix FPE under EGLFS_KMS if mesa-10.2.7 2016-05-04 10:57:30 +00:00
printsupport consistently put {qt,qml}_{module,plugin} at the end of project files 2016-03-07 14:09:49 +00:00
sql tst_QSqlQuery: fix UBs (invalid downcasts, member calls) 2016-03-15 10:39:20 +00:00
testlib Fix grammar in QSKIP documentation 2016-05-03 10:46:35 +00:00
tools rcc compiler with -list on Windows (newline symbols) 2016-04-08 19:15:26 +00:00
widgets QSplitter: Add note about ownership transfer to addWidget() and insertWidget() 2016-05-04 12:58:11 +00:00
winmain winrt: support additional activation modes 2016-04-13 09:24:09 +00:00
xml consistently put {qt,qml}_{module,plugin} at the end of project files 2016-03-07 14:09:49 +00:00
src.pro rework include path construction in the module system 2016-01-12 15:14:57 +00:00