diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c index 947b2e725c..189e413ffe 100644 --- a/src/regexp_nfa.c +++ b/src/regexp_nfa.c @@ -2580,6 +2580,7 @@ post2nfa(postfix, end, nfa_calc_size) nstate += n; break; } + s = NULL; /* avoid compiler warning */ e1.out = NULL; /* stores list with out1's */ s1 = NULL; /* previous NFA_SPLIT to connect to */ while (n-- > 0) diff --git a/src/version.c b/src/version.c index bd19cfdc73..92fa3d767f 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1126, /**/ 1125, /**/