Thinkofname / steven-go

Go Minecraft Client
http://steven.thinkofdeath.uk/
Apache License 2.0
303 stars 26 forks source link

Add packet size checking #30

Closed 7ERr0r closed 9 years ago

7ERr0r commented 9 years ago

As in the title, so what would happen if the server sends a very long packet (eg. if client tries to connect to HTTP server :D )

Thinkofname commented 9 years ago

Client validation isn't as important as server, however the protocol implementation has been go-fuzz'd and any major issues have been found and fixed