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

Client, Win: append .exe to service process program name if missing #2036

Merged
merged 2 commits into from
Aug 16, 2017

Conversation

davidpanderson
Copy link
Contributor

No description provided.

@AenBleidd
Copy link
Member

@davidpanderson Maybe it's better and safer to use std::string instead of char array?

@davidpanderson
Copy link
Contributor Author

Yes, but in practice 1023 is plenty.

When I write new code I use std::string, but I'm not sure it's worth converting
all the char arrays, as long as we use size-aware functions like strlcat().

@AenBleidd
Copy link
Member

OK

The GPU detection code was already doing this;
do for Win daemon process startup as well.
@davidpanderson davidpanderson merged commit d7a38ca into master Aug 16, 2017
@davidpanderson davidpanderson deleted the win_exe branch September 28, 2017 04:30
@davidpanderson davidpanderson restored the win_exe branch July 30, 2019 01:46
@davidpanderson davidpanderson deleted the win_exe branch July 30, 2019 01:57
@davidpanderson davidpanderson restored the win_exe branch August 13, 2019 13:52
@AenBleidd AenBleidd deleted the win_exe branch September 24, 2019 08:23
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.

2 participants