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

Change "env" type of winpty_start_process #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dabretin
Copy link

Hi!
Actually, you send the environment as as wchar_.
The putWString of the Buffer Class send only the very first string (stop at the first NULL char), soo the environment is "cut" at the first line.
If we use a wstring, it can handle all the vars separated by NULL and finishing by 2_NULL (required format for the CreateProcess).

env become a wstring witch can handle '\0' char (Buffer class putWString
send the size of wstring, so it can handle CreateProcess environment
format)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant