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

Infinite loop if window is resized to be tall and thin #347

Open
blast007 opened this issue Mar 16, 2024 · 0 comments
Open

Infinite loop if window is resized to be tall and thin #347

blast007 opened this issue Mar 16, 2024 · 0 comments
Labels
Milestone

Comments

@blast007
Copy link
Member

If the window is sized with a large height and small width to the point where the chat panel is less than one character wide, the client will go into an infinite loop inside ControlPanelMessage::breakLines(...) because n will always be 0 and no characters will be consumed by the loop.

@blast007 blast007 added the bug label Mar 16, 2024
@blast007 blast007 added this to the 2.4.28 milestone Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant