Correct buffer without space for '\0', should have been safe due to padding.
This commit is contained in:
parent
e07de82c26
commit
d764f7ce5a
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ struct config_server_hide
|
||||||
struct server_info
|
struct server_info
|
||||||
{
|
{
|
||||||
char *name;
|
char *name;
|
||||||
char sid[3];
|
char sid[4];
|
||||||
char *description;
|
char *description;
|
||||||
char *network_name;
|
char *network_name;
|
||||||
char *network_desc;
|
char *network_desc;
|
||||||
|
|
Loading…
Reference in a new issue