Skip to content

Uninitialised read in sep/extract.cpp #52

@TallFurryMan

Description

@TallFurryMan

stacksize = w + 1;
QMALLOC(info, infostruct, stacksize, status);
QCALLOC(store, infostruct, stacksize, status);

lutz->update(&info[co], &store[xl], pixel);

if luflag is true and some other conditions around line 570, info is used uninitialised here.

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