diff -r 28ccaba883f4 -r 403e7f6ed6c5 genericopenlibs/openenvcore/libc/src/regex/src/regcomp.c --- a/genericopenlibs/openenvcore/libc/src/regex/src/regcomp.c Wed Oct 13 19:39:18 2010 +0530 +++ b/genericopenlibs/openenvcore/libc/src/regex/src/regcomp.c Thu Oct 14 14:15:50 2010 +0530 @@ -365,8 +365,8 @@ int stop; /* character this ERE should end at */ { char c; - sopno prevback; - sopno prevfwd; + sopno prevback = 0; + sopno prevfwd = 0; sopno conc; int first = 1; /* is this the first alternative? */