mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
missing variable initialization
This commit is contained in:
parent
df5c300303
commit
11235cff7b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user