serenity/Tests/LibRegex
Ali Mohammad Pur 4d71f4edc4 LibRegex: Don't add the Repeat instruction size to its jump target
This was causing the calculated jump target to become invalid, leading
to possibly invalid optimisations and (more likely) crashes.
Fixes #21047.
2023-09-15 18:07:23 +03:30
..
CMakeLists.txt
Regex.cpp LibRegex: Don't add the Repeat instruction size to its jump target 2023-09-15 18:07:23 +03:30
RegexLibC.cpp