Skip to content

Remove path length restrictions #114

Description

@cjihrig

path_resolver.h defines PATH_MAX_BYTES, which is used to stack allocate buffers for paths. Update uvwasi__resolve_path() to return a dynamically allocated path (it already exists as host_path, but it is memcpy()'ed to the stack buffer). The call sites will also need to be updated. Once that is done, remove PATH_MAX_BYTES.

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