mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 18:07:08 -06:00
Update to 7-Zip Version 21.02
This commit is contained in:
@@ -54,7 +54,7 @@ void CData::SetPassword(const Byte *data, unsigned size)
|
||||
Keys[3] = 0xA4E7F123L;
|
||||
|
||||
Byte psw[128];
|
||||
memset(psw, 0, sizeof(psw));
|
||||
MY_memset_0_ARRAY(psw);
|
||||
if (size != 0)
|
||||
{
|
||||
if (size >= sizeof(psw))
|
||||
|
||||
Reference in New Issue
Block a user