Skip to content

Typo in store.c / GetTable leading to e.g. a memory leak #808

@magv

Description

@magv

If you'll look at line 3210 in store.c, AS.Olduflags was just copied into a newly allocated buffer, but then AS.Oldvflags (not AS.Olduflags) is set to that buffer, overriding the other newly allocated buffer it was set to just a few lines before.

The line 3210 in store.c should instead read AS.Olduflags = buffer;. It's a 1-character change.

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