DigitalExtinction / Game

A 3D RTS game implemented in Rust.
https://de-game.org
GNU Affero General Public License v3.0
307 stars 24 forks source link

de_net: Fix header parsing #759

Closed Indy2222 closed 11 months ago

Indy2222 commented 11 months ago

The client and the network intermediaries must not be trusted: a datagram with less than 4 bytes must be handled gracefully (without a crash).

Fixes #754.