Mask Checks: Added integer overflow detection for a keyspace of a mask provided by user

This commit is contained in:
jsteube
2017-02-22 12:28:23 +01:00
parent 14883bcd53
commit 62bc8689b7
3 changed files with 34 additions and 6 deletions
+1 -1
View File
@@ -1589,7 +1589,7 @@ typedef struct combinator_ctx
char *dict2;
u32 combs_mode;
u32 combs_cnt;
u64 combs_cnt;
} combinator_ctx_t;