Skip to content

Use-after-free Error , [gcc12 couldnt build] #273

@usta

Description

@usta


In line 706 variable freed but tried to reach freed variable at line 712 with :

                snprintf(ctx->error_buf, sizeof(ctx->error_buf),
                        "ReadStat: Error converting variable #%d info to specified encoding: %s %s (%s)",
                        i, variable->name, variable->format, variable->label);

This caused compile build problem on gcc12

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