Fixed race condition resulting in out of memory error on startup if multiple hashcat instances are started at the same time

This commit is contained in:
Jens Steube
2020-08-14 09:04:52 +02:00
parent 6d5e1d3e5d
commit e21463da4b
2 changed files with 307 additions and 254 deletions
+7
View File
@@ -12,6 +12,13 @@
- Fixed too early execution of some module functions which could make use of non-final values opts_type and opti_type
- Fixed internal access on module option attribute OPTS_TYPE_SUGGEST_KG with the result that it was unused
- Fixed race condition resulting in out of memory error on startup if multiple hashcat instances are started at the same time
##
## Improvements
##
- Startup time: Improved the startup time by avoiding some time intensive operations for skipped devices
* changes v6.1.0 -> v6.1.1