Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible

This commit is contained in:
Jens Steube
2021-08-30 14:34:56 +02:00
parent 534bfd3172
commit cb93875c32
3 changed files with 17 additions and 4 deletions
+6 -1
View File
@@ -4,8 +4,13 @@
## Bugs
##
- Fixed out-of-boundary reads in attack mode 9 that were caused by a missing work item limit in the refactored autotune engine
- Fixed out-of-boundary reads in attack-mode 9 that were caused by a missing work item limit in the refactored autotune engine
##
## Technical
##
- Disabled checking of the minimum and maximum length of the password candidate in attack-mode 9 because they are incompatible
* changes v6.2.3 -> v6.2.4