Doubled the data array in config.c, fixes an array overrun.
This commit is contained in:
@@ -81,7 +81,7 @@ typedef struct {
|
||||
list_t list;
|
||||
|
||||
char name[128];
|
||||
char data[256];
|
||||
char data[512];
|
||||
wchar_t wdata[512];
|
||||
} entry_t;
|
||||
|
||||
|
Reference in New Issue
Block a user