Skip to content

index overflow in m_arRowOrder(and m_arColOrder) #7

Open
@TimmvonderMehden

Description

@TimmvonderMehden

in line 3886:
m_nCols++;

leads to m_arColOrder being to small. a hotfix : add
m_arColOrder.push_back(m_nCols);//add sort order for new col

just before. But this might spoil sort order in some cases (not sure). The same problem occurs for m_nRows++ in 3963 i guess

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