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

realpath invokation on the media directory requires read access to all parent directories #15

Open
obadz opened this issue May 7, 2017 · 0 comments

Comments

@obadz
Copy link

obadz commented May 7, 2017

chdir (executable) access should be sufficient for all directories leading up to the media dir itself.

The problematic line is: https:/azatoth/minidlna/blob/master/minidlna.c#L475

Other invokations of realpath follow this pattern:

				path = realpath(x, y);
				if( !path )
					path = x

… which tackles the issue and we should probably follow here as well?

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

No branches or pull requests

1 participant