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 51e1ce904e
commit 660debfad5
1 changed files with 1 additions and 1 deletions

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;