mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
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