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

CA-382850: Catch exception when listing pipe names with invalid characters #3224

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

danilo-delbusso
Copy link
Member

Pipes can be created with invalid characters in their names (such as |). This results in an exception being thrown when those files are accessed via standard API calls such as Directory.GetFiles. Other processes might create these pipes and inadvertently prevent XenCenter from starting altogether.

…cters

Pipes can be created with invalid characters in their names (such as `|`). This results in an exception being thrown when those files are accessed via standard API calls such as `Directory.GetFiles`. Other processes might create these pipes and inadvertently prevent XenCenter from starting altogether.

Signed-off-by: Danilo Del Busso <[email protected]>
@kc284 kc284 added the 1 approval PR has been approved by one reviewer label Sep 22, 2023
@CitrixChris CitrixChris added 2 approvals PR has been approved by two reviewers and removed 1 approval PR has been approved by one reviewer labels Sep 22, 2023
@kc284 kc284 merged commit 8983ce9 into xenserver:master Sep 22, 2023
1 check passed
@danilo-delbusso danilo-delbusso deleted the bug/pipe-file_CA-382850 branch September 22, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 approvals PR has been approved by two reviewers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants