Fixed fdo#41738 regex compile infinite loop
This commit is contained in:
committed by
Eike Rathke
parent
c750403cd5
commit
305878f44b
@@ -1255,6 +1255,7 @@ Regexpr::regex_compile()
|
|||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
p = p1+1;
|
p = p1+1;
|
||||||
|
p1++;
|
||||||
last_char = (sal_Unicode)':';
|
last_char = (sal_Unicode)':';
|
||||||
set_list_bit(last_char, b);
|
set_list_bit(last_char, b);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user