Skip to content

Uninitialised value in sep/extract.cpp #48

@TallFurryMan

Description

@TallFurryMan

else if (newmarker == 'F')
{
ps = psstack[--pstop];
if ((cs == NONOBJECT) && (ps == COMPLETE))

There is a code path that uses psstack without initialising it after allocation. That initialisation should probably be done around line 317.

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