mirror of
https://github.com/simon987/sist2.git
synced 2025-04-17 17:26:48 +00:00
Fix buffer overflow (whoops)
This commit is contained in:
parent
7eb9c5d7d5
commit
7f98d5a682
@ -49,7 +49,7 @@ enum metakey {
|
||||
|
||||
typedef struct index_descriptor {
|
||||
char uuid[UUID_STR_LEN];
|
||||
char version[6];
|
||||
char version[64];
|
||||
long timestamp;
|
||||
char root[PATH_MAX];
|
||||
char rewrite_url[8196];
|
||||
|
Loading…
x
Reference in New Issue
Block a user