[PR #18248] Fix infinite recursion in TSF #31487

Open
opened 2026-01-31 09:47:35 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/18248

State: closed
Merged: Yes


The current FindWindowOfActiveTSF implementation can
result in infinite recursion which we must guard again.
This change is not tested as I don't know how to trigger
the issue to begin with (a missing CoreInput thread).

**Original Pull Request:** https://github.com/microsoft/terminal/pull/18248 **State:** closed **Merged:** Yes --- The current `FindWindowOfActiveTSF` implementation can result in infinite recursion which we must guard again. This change is not tested as I don't know how to trigger the issue to begin with (a missing CoreInput thread).
claunia added the pull-request label 2026-01-31 09:47:35 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#31487