Fixed race condition in potfile check during removal of empty hashes

This commit is contained in:
Jens Steube
2021-04-21 09:22:00 +02:00
parent 62fc3601bb
commit 56f47cabe2
6 changed files with 83 additions and 20 deletions
+1
View File
@@ -27,6 +27,7 @@ int hashes_init_stage3 (hashcat_ctx_t *hashcat_ctx);
int hashes_init_stage4 (hashcat_ctx_t *hashcat_ctx);
int hashes_init_selftest (hashcat_ctx_t *hashcat_ctx);
int hashes_init_benchmark (hashcat_ctx_t *hashcat_ctx);
int hashes_init_zerohash (hashcat_ctx_t *hashcat_ctx);
void hashes_destroy (hashcat_ctx_t *hashcat_ctx);