Skip to content

Yutani: checking icon for NULL too late #276

Open
@mxlgv

Description

@mxlgv

Yutani doesn't check icon for NULL, probably causing applications to crash (Segmentation fault) when setting the caption in SDL like this:

SDL_WM_SetCaption("Wolfenstein 3D", NULL);

uint32_t length = strlen(name) + strlen(icon) + 2;

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