Skip to content

nall/file-buffer.hpp can't handle files >2GB or append mode correctly #2

@ghost

Description

Writes beyond the 2GB barrier do not work on nall::file_buffer objects, and opening a file in file::mode::append fails if the file doesn't already exist. If it does exist, it doesn't seek to the end so you start overwriting the top of the file.

Expected behaviors: being able to write past 2GB, append to create the file if it doesn't exist, to write to the end of the file if it does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions