Correct buffer without space for '\0', should have been safe due to padding.
This commit is contained in:
parent
51e1ce904e
commit
660debfad5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue