Skip to content

[Unix] make sure shared memory is created if it doesn't exist  #5

@zsawyer

Description

@zsawyer

asiekierka commented 20 days ago

Only O_RDWR is set, but MumbleLink.[uid] does not exist, causing shm_open to fail terribly since it's >not told to create the shm if not present.

ToDo:

make sure it is fixed with adding | O_CREAT in the new mumble-LinkAPI.

@LinkAPI.c#L73

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions