]> OCCT Git - occt-copy.git/commit
0030380: Exception while reading Step-file
authornbv <nbv@opencascade.com>
Tue, 20 Nov 2018 13:34:27 +0000 (16:34 +0300)
committernbv <nbv@opencascade.com>
Thu, 22 Nov 2018 12:22:37 +0000 (15:22 +0300)
commitbf90129c2f5c901eb042177c44f1f20a66b83ef3
tree15e1fc9c8aeeba6c7221fb6bf34d49a9c4d957f9
parent981f40fedd32323f957cf5161dc894f7cde6e0f6
0030380: Exception while reading Step-file

Incorrect initialization of array (when upper bound is less than lower bound) has been avoided in some places.

(cherry picked from commit 1277cedd8d3c242426acc3a182c8361bbade5dfd)
24 files changed:
src/RWStepFEA/RWStepFEA_RWCurve3dElementRepresentation.cxx
src/RWStepFEA/RWStepFEA_RWDummyNode.cxx
src/RWStepFEA/RWStepFEA_RWElementRepresentation.cxx
src/RWStepFEA/RWStepFEA_RWFeaModel.cxx
src/RWStepFEA/RWStepFEA_RWFeaModel3d.cxx
src/RWStepFEA/RWStepFEA_RWGeometricNode.cxx
src/RWStepFEA/RWStepFEA_RWNode.cxx
src/RWStepFEA/RWStepFEA_RWNodeRepresentation.cxx
src/RWStepFEA/RWStepFEA_RWNodeWithSolutionCoordinateSystem.cxx
src/RWStepFEA/RWStepFEA_RWNodeWithVector.cxx
src/RWStepFEA/RWStepFEA_RWSurface3dElementRepresentation.cxx
src/RWStepFEA/RWStepFEA_RWVolume3dElementRepresentation.cxx
src/RWStepShape/RWStepShape_RWCompoundShapeRepresentation.cxx
src/RWStepShape/RWStepShape_RWConnectedFaceShapeRepresentation.cxx
src/RWStepShape/RWStepShape_RWEdgeBasedWireframeShapeRepresentation.cxx
src/RWStepShape/RWStepShape_RWNonManifoldSurfaceShapeRepresentation.cxx
src/RWStepShape/RWStepShape_RWPointRepresentation.cxx
src/RWStepShape/RWStepShape_RWShapeDimensionRepresentation.cxx
src/RWStepShape/RWStepShape_RWShapeRepresentationWithParameters.cxx
src/RWStepVisual/RWStepVisual_RWDraughtingModel.cxx
src/STEPConstruct/STEPConstruct_Styles.cxx
src/StepData/StepData_StepReaderData.cxx
src/StepVisual/StepVisual_PresentationLayerAssignment.cxx
tests/bugs/step/bug30380 [new file with mode: 0644]