mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-22 08:26:27 +00:00
If the text-for-rendering of the last selected node is empty, the select all implementation would end up setting the index to -1. This value is used directly for a substring length in the copy text implementation, thus would cause a failed assertion.