KeePass: Increase supported size for KeePass 1 databases from 300kB to 16MB
This commit is contained in:
@@ -38,7 +38,7 @@ typedef struct keepass
|
||||
|
||||
/* specific to version 1 */
|
||||
u32 contents_len;
|
||||
u32 contents[75000];
|
||||
u32 contents[0x200000];
|
||||
|
||||
/* specific to version 2 */
|
||||
u32 expected_bytes[8];
|
||||
|
||||
Reference in New Issue
Block a user