Skip to content

Commit

Permalink
Merge pull request #1336 from pondix/v1.4.5
Browse files Browse the repository at this point in the history
Updated 'hits' to uint64 to prevent overflow
  • Loading branch information
renecannao authored Jan 16, 2018
2 parents 7ab67dc + bfcf57e commit 3b9e408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/query_processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct _Query_Processor_rule_t {
char *comment; // #643
void *regex_engine1;
void *regex_engine2;
int hits;
uint64_t hits;
struct _Query_Processor_rule_t *parent; // pointer to parent, to speed up parent update
};

Expand Down

0 comments on commit 3b9e408

Please sign in to comment.