mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-23 14:10:57 +00:00
Do not use Input.Queue... in stdin mode to avoid division by zero
This commit is contained in:
parent
98b6371cd7
commit
b21bc12157
@ -892,16 +892,6 @@ void status_display (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case INPUT_MODE_STRAIGHT_STDIN:
|
|
||||||
|
|
||||||
event_log_info (hashcat_ctx,
|
|
||||||
"Input.Queue......: %d/%d (%.02f%%)",
|
|
||||||
hashcat_status->input_base_offset,
|
|
||||||
hashcat_status->input_base_count,
|
|
||||||
hashcat_status->input_base_percent);
|
|
||||||
|
|
||||||
break;
|
|
||||||
|
|
||||||
case INPUT_MODE_MASK:
|
case INPUT_MODE_MASK:
|
||||||
|
|
||||||
event_log_info (hashcat_ctx,
|
event_log_info (hashcat_ctx,
|
||||||
|
Loading…
Reference in New Issue
Block a user