Network|Fixed: Parsing client's info query on server
The "Info?" query from a client was parsed incorrectly: strcmp()expects null-terminated strings, while the received data was notnull-terminated.
View differences
Network|Fixed: Parsing client's info query on server
The "Info?" query from a client was parsed incorrectly: strcmp()
expects null-terminated strings, while the received data was not
null-terminated.