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

Ensure dbus object path is only valid chars #127

Merged
merged 4 commits into from
Mar 6, 2024

Conversation

markmcclain
Copy link
Contributor

The local name can be any utf-8 chars, but dbus requires a limited ASCII character set.

dbus-next will validate paths to ensure they're [A-Za-z0-9_]*.

Fixes #126

kevincar and others added 3 commits January 4, 2023 18:59
The local name can be any utf-8 chars, but dbus requires a limited ASCII
character set. dbus-next will reject paths until they're [A-Za-z0-9_].#
@kevincar kevincar changed the base branch from master to develop March 6, 2024 14:16
@kevincar kevincar merged commit 059de19 into kevincar:develop Mar 6, 2024
@kevincar
Copy link
Owner

kevincar commented Mar 6, 2024

Thanks for this @markmcclain !

I'll try to get this pushed to the main branch and published soon.

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.

Valid local names are not always valid dbus object paths
2 participants