[PR #16016] Bounds check some tab GetAt()s #30808

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

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

State: closed
Merged: Yes


GetAt can throw if the index is out of range. We don't check that in some places. This fixes some of those.

I don't think this will take care of #15689, but it might help?

**Original Pull Request:** https://github.com/microsoft/terminal/pull/16016 **State:** closed **Merged:** Yes --- `GetAt` can throw if the index is out of range. We don't check that in some places. This fixes some of those. I don't think this will take care of #15689, but it might help?
claunia added the pull-request label 2026-01-31 09:43:07 +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#30808