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

Don't execute .so libs for Windows #798

Merged
merged 1 commit into from
Apr 13, 2016
Merged

Don't execute .so libs for Windows #798

merged 1 commit into from
Apr 13, 2016

Conversation

chefsalim
Copy link
Contributor

This fixes an issue where evaluating the C plug-in causes Windows to issue spurious DNS calls because the file path can get evaluated as a UNC in some cases. We should not be trying to shell out and execute .so files in a non-Unix environment.

@chef/client-core

@danielsdeleo
Copy link
Contributor

👍

@lamont-granquist
Copy link
Contributor

why on earth are we even doing this on unix? but 👍 yeah, definitely...

what a bizzare API... i guess it solves the problem of finding out your glibc version without needing to know about your package management tools in a way which is at least portable across linuxes...

@adamedx
Copy link

adamedx commented Apr 13, 2016

👍

@chefsalim
Copy link
Contributor Author

@chefsalim chefsalim merged commit 73b0961 into master Apr 13, 2016
@chefsalim chefsalim deleted the salam/fix-plugin branch April 13, 2016 22:23
@mwrock mwrock added the Bug label Apr 19, 2016
@thommay thommay added Type: Bug Does not work as expected. and removed Bug labels Jan 24, 2017
@chef chef locked and limited conversation to collaborators Nov 16, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Bug Does not work as expected.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants