[PR #17768] ConPTY: Raise the MAX_PATH limit #31367

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

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

State: closed
Merged: Yes


Swapped the swprintf_s with no failure checks against a
str_printf_nothrow with checks. I also deduplicated the
CreateProcess calls since they're mostly identical.

Closes #16860

**Original Pull Request:** https://github.com/microsoft/terminal/pull/17768 **State:** closed **Merged:** Yes --- Swapped the `swprintf_s` with no failure checks against a `str_printf_nothrow` with checks. I also deduplicated the `CreateProcess` calls since they're mostly identical. Closes #16860
claunia added the pull-request label 2026-01-31 09:46:48 +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#31367