[PR #17748] Fix a crash when disabling the ASB #31352

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

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

State: closed
Merged: Yes


ProcessString may delete the ASB and cause a dangling screen info
pointer. As such, we must avoid using the pointer after the call.

Closes #17709

Validation Steps Performed

I couldn't repro the issue.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17748 **State:** closed **Merged:** Yes --- `ProcessString` may delete the ASB and cause a dangling screen info pointer. As such, we must avoid using the pointer after the call. Closes #17709 ## Validation Steps Performed I couldn't repro the issue.
claunia added the pull-request label 2026-01-31 09:46:43 +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#31352