genericopenlibs/openenvcore/libc/src/regex/src/regcomp.c
changeset 72 403e7f6ed6c5
parent 0 e4d67989cc36
--- 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? */