mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: SHA-224 - Buffer overflow
This commit is contained in:
parent
dac9442e28
commit
4abc15b8f1
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ begin
|
|||
CurrentHash[5]:= SwapEndian(CurrentHash[5]);
|
||||
CurrentHash[6]:= SwapEndian(CurrentHash[6]);
|
||||
CurrentHash[7]:= SwapEndian(CurrentHash[7]);
|
||||
Move(CurrentHash,Digest,Sizeof(CurrentHash));
|
||||
Move(CurrentHash, Digest, GetHashSize div 8);
|
||||
Burn;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue