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 crash when running on mounted filesystems #9200

Merged
merged 1 commit into from Sep 27, 2019
Merged

Conversation

paulb777
Copy link
Member

For performance reasons, mounted filesystems may make the assumption that all directories exist at the filesystem root.

This change checks to make sure that the Podfile really is a file and not a directory and prevents the subsequent crash.

@dnkoutso dnkoutso added this to the 1.9.0 milestone Sep 27, 2019
@dnkoutso dnkoutso merged commit b6c655f into 1-8-stable Sep 27, 2019
@dnkoutso dnkoutso deleted the pb-mounted branch September 27, 2019 17:41
@dnkoutso dnkoutso modified the milestones: 1.9.0, 1.8.2, 1.8.3 Oct 3, 2019
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.

None yet

2 participants