mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Fix password memory leak inside the Device driver in boot encryption mode.
This commit is contained in:
parent
0dda93ca47
commit
9bb962c8bb
@ -101,7 +101,7 @@ NTSTATUS LoadBootArguments ()
|
||||
|
||||
BootArgs = *bootArguments;
|
||||
BootArgsValid = TRUE;
|
||||
memset (bootArguments, 0, sizeof (*bootArguments));
|
||||
burn (bootArguments, sizeof (*bootArguments));
|
||||
|
||||
BootDriveSignatureValid = TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user