Fixed out-of-boundary reads in attack mode 9 that were caused by a missing work item limit in the refactored autotune engine

This commit is contained in:
Jens Steube
2021-08-30 14:20:00 +02:00
parent 5769c99686
commit 534bfd3172
2 changed files with 20 additions and 1 deletions
+7
View File
@@ -1,5 +1,12 @@
* changes v6.2.4 -> v6.2.x
##
## Bugs
##
- Fixed out-of-boundary reads in attack mode 9 that were caused by a missing work item limit in the refactored autotune engine
* changes v6.2.3 -> v6.2.4
##