Skip to content

temp name collisions #5

Open
Open
@bhermer

Description

@bhermer

When threading out multiple zips operations in NETCF, it is possible to get the same name twice.

Shared.cs line 51 should be changed to

public static string InternalGetTempFileName()
{
return "DotNetZip-" + Guid.NewGuid().ToString() + ".tmp";
}
or something more random

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions