mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 02:06:46 +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 {
|
typedef struct index_descriptor {
|
||||||
char uuid[UUID_STR_LEN];
|
char uuid[UUID_STR_LEN];
|
||||||
char version[6];
|
char version[64];
|
||||||
long timestamp;
|
long timestamp;
|
||||||
char root[PATH_MAX];
|
char root[PATH_MAX];
|
||||||
char rewrite_url[8196];
|
char rewrite_url[8196];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user