Skip to content

segfault fix #88

@ghost

Description

@mahoneyt944

memcpy(IMAMEBASEPATH, info->path, strlen(core_sys_directory) + 1);

need fixed is causing a segfault its should read memcpy(IMAMEBASEPATH, info->path, strlen(info->path) + 1);

will resolve issue #87

Not sure if teh vector issues have been fixed on this core 2003 had quite a few

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