mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
<Ctrl-Del> will crash when deleting at the end of line where the next line contains only punctuation and seperator characters, because TextDocument::first_word_break_after will return a wrong index of the next word break (+1 bigger than the correct index), thus RemoveTextCommand will try to remove a out-of-bound text range causing a crash.
48 KiB
48 KiB