Skip to content

Prevent endless loop in QRegularExpression

Thomas Baumgart requested to merge work/thb/fix-endless-loop into master

This reverts commit 2e2af71d and avoids the endless loop inside QRegularExpression::lastIndexOf()

Merge request reports