mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Connection: Stop processing malformed packet when encountered
This commit is contained in:
parent
3875a77bf8
commit
057858ddda
@ -2036,6 +2036,7 @@ void ConnectionReceiveThread::receive()
|
||||
<<"Receive(): Invalid incoming packet, "
|
||||
<<"size: " << received_size
|
||||
<<", protocol: " << readU32(&packetdata[0]) <<std::endl);
|
||||
continue;
|
||||
}
|
||||
|
||||
u16 peer_id = readPeerId(*packetdata);
|
||||
|
Loading…
Reference in New Issue
Block a user