Skip to content

Commit

Permalink
missing variable initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
tony2001 committed Oct 10, 2006
1 parent df5c300 commit 11235cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/mbstring/oniguruma/regexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3667,6 +3667,7 @@ onig_search(regex_t* reg, const UChar* str, const UChar* end,
MATCH_ARG_INIT(msa, option, region, start);
#ifdef USE_COMBINATION_EXPLOSION_CHECK
msa.state_check_buff = (void* )0;
msa.state_check_buff_size = 0;
#endif
MATCH_AND_RETURN_CHECK;
goto mismatch;
Expand Down

0 comments on commit 11235cf

Please sign in to comment.