mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: SevenZip - cache password for archives with encrypted names #3
This commit is contained in:
parent
5829e3eb3a
commit
128c465fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ procedure TPasswordCache.ZeroPassword;
|
|||
begin
|
||||
if (Length(FArchivePassword) > 0) then
|
||||
begin
|
||||
FillDWord(FArchivePassword[1], Length(FArchivePassword), 0);
|
||||
FillWord(FArchivePassword[1], Length(FArchivePassword), 0);
|
||||
SetLength(FArchivePassword, 0);
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue