Skip to content

Commit

Permalink
Increase MAX_STRING_MATCHES
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 5, 2014
1 parent 880c268 commit 101b0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyara/yara.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ typedef int32_t tidx_mask_t;
#define LOOP_LOCAL_VARS 4
#define MAX_LOOP_NESTING 4
#define MAX_INCLUDE_DEPTH 16
#define MAX_STRING_MATCHES 5000
#define MAX_STRING_MATCHES 1000000

#define STRING_CHAINING_THRESHOLD 200
#define LEX_BUF_SIZE 1024
Expand Down

0 comments on commit 101b0a2

Please sign in to comment.