Fixed multiple buffer overflow in DPAPI masterkey file v1 module

This commit is contained in:
Gabriele Gristina
2021-07-31 14:34:36 +02:00
parent d85a9b6025
commit ca896f89bc
2 changed files with 3 additions and 4 deletions
+1
View File
@@ -14,6 +14,7 @@
- Fixed autotune unitialized tmps variable for slow hashes by calling _init kernel before calling _loop kernel
- Fixed datatype in function sha384_hmac_init_vector_128() that could come into effect if vector datatype was manually set
- Fixed false negative in all VeraCrypt hash-modes if both conditions are met: 1. use CPU for cracking and 2. PIM range was used
- Fixed multiple buffer overflow in DPAPI masterkey file v1 module
##
## Improvements