Fixed overflow in bcrypt kernel in expand_key() function

This commit is contained in:
jsteube
2017-03-03 15:26:59 +01:00
parent d57b493d13
commit 89f8739dde
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@
- Fixed DEScrypt cracking in BF mode in case the hashlist contains more than 16 times the same salt
- Fixed duplicate detection for WPA handshakes with the same ESSID
- Fixed nvapi datatype definition for NvS32 and NvU32
- Fixed overflow in bcrypt kernel in expand_key() function
- Fixed pointer to local variable outside scope in case -j or -k is used
- Fixed pointer to local variable outside scope in case --markov-hcstat is not used
- Fixed recursion in loopback handling when session was aborted by the user