Files
ladybird/Userland/Libraries/LibRegex/RegexByteCode.cpp
Ali Mohammad Pur 9b2f0613ef LibRegex: Correctly advance string positions in Compare::compare_string
Fixes a bug where backreferences could cause desync between the
code point index and regular index, making comparison off-by-N.
2021-09-01 13:36:53 +02:00

33 KiB