Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix LT-21839: Avoid crash and allow paste success with no ws #174

Merged
merged 3 commits into from
Oct 7, 2024

Commits on Oct 1, 2024

  1. Fix LT-21839: Avoid crash and allow paste success with no ws

       Analyzing the data that caused the crash showed that in some edge
       cases no writing system can be identified in MakeSubString.
       This could cause an empty builder to have no writing system.
       I couldn't identify any actual side effects in this edge case so
       I left the assert, but allowed the paste to succeed
    jasonleenaylor committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    13ee3ca View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    b91dedc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    5f289b4 View commit details
    Browse the repository at this point in the history