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

ntspawn: fix initializing NtStartupInfoEx #1190

Merged
merged 1 commit into from
May 27, 2024

Conversation

G4Vi
Copy link
Collaborator

@G4Vi G4Vi commented May 27, 2024

Fixes #1188

Initializing info.StartupInfo.cb = sizeof(info) inside of the initializer statement was clearing the rest of info.StartupInfo.

@G4Vi G4Vi requested a review from jart May 27, 2024 00:47
Copy link
Owner

@jart jart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, makes sense. Thanks!

@G4Vi G4Vi merged commit 0a51241 into jart:master May 27, 2024
5 checks passed
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.

[Windows] execve regression
2 participants