mirror of
https://github.com/sist2app/sist2.git
synced 2026-03-29 03:21:37 +00:00
Fix buffer overflow (whoops)
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user