Correct buffer without space for '\0', should have been safe due to padding.

This commit is contained in:
Jilles Tjoelker 2008-11-22 18:51:00 +01:00
parent e07de82c26
commit d764f7ce5a

View file

@ -250,7 +250,7 @@ struct config_server_hide
struct server_info
{
char *name;
char sid[3];
char sid[4];
char *description;
char *network_name;
char *network_desc;