This commit is contained in:
2026-04-22 17:17:47 +02:00
parent 4e4153e28b
commit 86f6e49537
+1 -1
View File
@@ -69,7 +69,7 @@ void poll_udp_server() {
}
}
if (start < bytes_read) {
if (start < (size_t)bytes_read) {
size_t len = bytes_read - start;
if (len > 0 && len < BUF_SIZE) {