Skip to content

Find a BUG #106

Open
Open
@hjwdzh

Description

@hjwdzh

Please see MATH\IBFS\IBFS.cpp line 214

...
a->rCap = ta->cap
a->rev = arcs + (ta->rev-tmpArcs)

At least when building with 32 bit, modifying a->rCap will result in change in ta->rev when ta=taEnd-1, which will incorrectly modify the value of a->rev. It will cause ReconstructMesh to crash.

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