Check the network address of the UDP server for errors before accepting it. Thanks to Mike W9MDB.

This commit is contained in:
Uwe Risse
2022-10-23 13:05:29 +02:00
parent 2e59bd79d3
commit 35d758647d
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -137,6 +137,7 @@ void MessageClient::impl::host_info_results (QHostInfo host_info)
if (QHostInfo::NoError != host_info.error ())
{
Q_EMIT self_->error ("UDP server DNS lookup failed: " + host_info.errorString ());
return;
}
else
{