Fix -i loop if mask is shorter than increment_max or pw_max

This commit is contained in:
jsteube
2016-11-07 11:17:05 +01:00
parent 47b852fcf7
commit 1c8847499d
3 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#define INCR_MASKS 1000
u32 mp_get_length (char *mask);
u32 mp_get_length (const char *mask);
void sp_exec (u64 ctx, char *pw_buf, cs_t *root_css_buf, cs_t *markov_css_buf, u32 start, u32 stop);