]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
authoreap <eap@opencascade.com>
Wed, 19 Jun 2013 14:28:05 +0000 (14:28 +0000)
committereap <eap@opencascade.com>
Wed, 19 Jun 2013 14:28:05 +0000 (14:28 +0000)
commit0c3b75095af43d5c5a55fd37a35bf2398956fc66
tree86227a7ff8cdc5d28c5912a268825103b561186e
parent5de463a68d8d935a72ddaf788108c5b18d87408c
0022232: [CEA 837] Memory corruption in GEOM/SMESH that leads to segfault on debian64
Fix
==7374== Invalid read of size 8
==7374==    at 0x6B1F53F: TCollection_BasicMapIterator::Next() (in libTKernel.so.0.0.0)
==7374==    by 0x3A120D3A: GEOMAlgo_Builder::FillInternalShapes() (GEOMAlgo_Builder_3.cxx:717)

- in FillInternalShapes() fix removal of map items while iteration through the map
src/GEOMAlgo/GEOMAlgo_Builder_3.cxx