KeePass: Increase supported size for KeePass 1 databases from 300kB to 16MB

This commit is contained in:
Jens Steube
2021-06-30 13:16:03 +02:00
parent 2aff6cba51
commit 56c2243dfb
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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];