]> OCCT Git - occt.git/commit
0024909: Modeling Algorithms - SIGSEGV in buildsweep
authorasuraven <asuraven@opencascade.com>
Mon, 17 Jan 2022 08:42:16 +0000 (11:42 +0300)
committerakondrat <alexey.kondratyev@opencascade.com>
Tue, 9 Aug 2022 11:39:38 +0000 (14:39 +0300)
commitca97f1702d25a787c1c1663c4f0cc25784cc3e6f
tree2e7249eb9d3b8bb51e4b18a4077b85d8e5db2e57
parent81d569625e986cb41bc1e6e1ce1424cfabf420ff
0024909: Modeling Algorithms - SIGSEGV in buildsweep

Change NCollection_DataMap NCollection_IndexedDataMap to avoid undefined behavior in BRepFill_CompatibleWires::SameNumberByPolarMethod()

Correction in BRepFill_PipeShell::Prepare()
src/BRepFill/BRepFill_CompatibleWires.cxx
src/BRepFill/BRepFill_PipeShell.cxx
src/TopTools/TopTools_IndexedDataMapOfShapeListOfShape.hxx
tests/bugs/modalg_7/bug24909_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug24909_2 [new file with mode: 0644]
tests/bugs/modalg_7/bug24909_3 [new file with mode: 0644]