mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
Avoid crashing in RegexDebug when saved_positions or step_backs are empty. These cases are already handled correctly by the bytecode execution, but the debug output assumed non-empty vectors. Print a placeholder instead when no entries are present. This fixes #7502.