We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c9421 commit 8a08a8eCopy full SHA for 8a08a8e
src/ksf/misc/ksDomainQuery.cpp
@@ -121,6 +121,7 @@ namespace ksf::misc
121
return;
122
123
/* Read the UDP packet. */
124
+ uint8_t buffer[MAX_DNS_UDP_PACKET_SIZE];
125
auto len{static_cast<std::size_t>(udp->read(buffer, MAX_DNS_UDP_PACKET_SIZE))};
126
if (len < 12 || len > MAX_DNS_UDP_PACKET_SIZE)
127
0 commit comments