Kaydet (Commit) 305878f4 authored tarafından Karl Koehler's avatar Karl Koehler Kaydeden (comit) Eike Rathke

Fixed fdo#41738 regex compile infinite loop

üst c750403c
......@@ -1255,6 +1255,7 @@ Regexpr::regex_compile()
break;
} else {
p = p1+1;
p1++;
last_char = (sal_Unicode)':';
set_list_bit(last_char, b);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment