diff options
Diffstat (limited to 'lib/libc/regex/regcomp.c')
| -rw-r--r-- | lib/libc/regex/regcomp.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index f71d63c4634c..bb8f67748a16 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -246,6 +246,8 @@ int cflags;  	g->nbol = 0;  	g->neol = 0;  	g->must = NULL; +	g->charjump = NULL; +	g->matchjump = NULL;  	g->mlen = 0;  	g->nsub = 0;  	g->ncategories = 1;	/* category 0 is "everything else" */  | 
