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 config dir handling. allow for relative paths, back pathing etc #1067

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

dovholuknf
Copy link
Member

No description provided.

@dovholuknf dovholuknf requested a review from a team as a code owner December 13, 2024 23:00
@dovholuknf dovholuknf requested a review from ekoby December 16, 2024 13:02
@@ -138,3 +148,28 @@ void update_identity_config(uv_loop_t *l, const char *identifier, const char *cf
}
}

char* resolve_directory(const char* path) {
Copy link
Member

Choose a reason for hiding this comment

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

this can/should be static since it's not referenced outside of this module. also whitespace.

@dovholuknf dovholuknf merged commit b328ddf into main Dec 16, 2024
10 checks passed
@dovholuknf dovholuknf deleted the fix-relative-path-crash branch December 16, 2024 14:24
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.

3 participants