mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
zxcvbn: fix buffer overflow
Original patch by hannob
This commit is contained in:
parent
ecf5c501d6
commit
c844e3d179
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ typedef struct
|
|||
uint8_t LeetCnv[sizeof L33TCnv / LEET_NORM_MAP_SIZE + 1];
|
||||
/* uint8_t LeetChr[3]; */
|
||||
uint8_t First;
|
||||
uint8_t PossChars[48];
|
||||
uint8_t PossChars[49];
|
||||
} DictWork_t;
|
||||
|
||||
/**********************************************************************************
|
||||
|
|
Loading…
Reference in a new issue