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

Fix case of process command and name being incorrect on Windows. #22

Merged
merged 6 commits into from
May 14, 2014

Conversation

watsonmw
Copy link
Contributor

@watsonmw watsonmw commented Apr 5, 2013

While iterating over the process list, any process for which we didn't have
permission to examine their module name would get a module name from the
last process that we did have permission to access.

This change fixes the problem, all processes that we can't get the name
of will now be reported as "".

A similar fix for the process command line was also added.

While iterating over the process list, any process for which we didn't have
permission to examine their module name would get a module name from the
last process that we did have permission to access.

This change fixes the problem, all processes that we can't get the name
of will now be reported as "<unknown>".

A similar fix for the process command line was also added.
jezhumble added a commit that referenced this pull request May 14, 2014
Fix a bunch of Windows bugs
@jezhumble jezhumble merged commit f01ee16 into jezhumble:master May 14, 2014
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