mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Connection: Stop processing malformed packet when encountered
This commit is contained in:
parent
3875a77bf8
commit
057858ddda
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue