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

Implement path remapping support (case 992909) #834

Merged
merged 1 commit into from
Jan 26, 2018

Conversation

joncham
Copy link
Member

@joncham joncham commented Jan 26, 2018

This was previously stubbed out when rebasing
onto mono master branch.

case 992909 - Fix FileNotFoundException encountered when using packages

@@ -1375,8 +1376,8 @@ do_mono_image_open (const char *fname, MonoImageOpenStatus *status,
if (filed == NULL) {
if (status)
*status = MONO_IMAGE_ERROR_ERRNO;
if (remapped)
g_free((void*)fname);
if (fname_remap)
Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm, I don't need to check these for NULL. Will remove checks.

This was previously stubbed out when rebasing
onto mono master branch.
@joncham joncham merged commit 6922252 into unity-master Jan 26, 2018
@joncham joncham deleted the unity-master-path-remapping branch January 26, 2018 22:28
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