0030198: Regression to 7.1.0: BRepAlgoAPI_Fuse unlimited memory usage
authoremv <emv@opencascade.com>
Thu, 4 Oct 2018 10:25:06 +0000 (13:25 +0300)
committerapn <apn@opencascade.com>
Wed, 10 Oct 2018 15:47:18 +0000 (18:47 +0300)
commitdce5b3eb0c3814802bade97009739d8a9b2f6a91
treed0c42f13cf4e037039409908d74b9ff4ddccd222
parentf67d7efd4ef6bf5e82245f18f40dc83ad820e09e
0030198: Regression to 7.1.0: BRepAlgoAPI_Fuse unlimited memory usage

When refining the mesh to achieve required deflection (IntPolyh_Triangle::MultipleMiddleRefinement) limit the number of new triangles to avoid infinite loop.
Test case for the issue.
src/IntPolyh/IntPolyh_Triangle.cxx
tests/bugs/modalg_7/bug30198 [new file with mode: 0644]