Skip to content

File writing issue for Data messages #7

Description

@KylerCondran

Line 142 of the client calls File.OpenWrite() which can write to an existing file if it exists, which could cause garbage data to remain appended to the end of the file if the file written is less than previously existed. Should use File.WriteAllBytes() or File.Create().

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