Skip to content

Deadlock in split_path #20

@vjjjv

Description

@vjjjv

This line deadlocks if path has double slash, like in "D:/dir//"

head2 = pystring::slice(head,0,-1);

I think the fix is to slice head2, not head:
head2 = pystring::slice(head2,0,-1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions