Fixed fdo#41738 regex compile infinite loop

This commit is contained in:
Karl Koehler
2011-11-11 14:22:22 +01:00
committed by Eike Rathke
parent c750403cd5
commit 305878f44b

View File

@@ -1255,6 +1255,7 @@ Regexpr::regex_compile()
break;
} else {
p = p1+1;
p1++;
last_char = (sal_Unicode)':';
set_list_bit(last_char, b);
}