mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
Merge pull request #3598 from Chick3nman/patch-1
Fixes #3596: bug in --stdout w/ rules
This commit is contained in:
commit
708c3de9d5
@ -223,7 +223,7 @@ int process_stdout (hashcat_ctx_t *hashcat_ctx, hc_device_param_t *device_param,
|
||||
|
||||
out_push (&out, plain_ptr, plain_len);
|
||||
|
||||
memset (plain_ptr, 0, BUF_SZ);
|
||||
memset (plain_ptr, 0, PW_MAX);
|
||||
}
|
||||
|
||||
pw_idx++;
|
||||
|
Loading…
Reference in New Issue
Block a user