Open
Description
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
Labels
No labels