mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0022589: Fix uninitialized memory access issues
This commit is contained in:
@@ -39,6 +39,8 @@ myV0(0.),
|
|||||||
myV1(1.),
|
myV1(1.),
|
||||||
myOrdInU(0),
|
myOrdInU(0),
|
||||||
myOrdInV(0),
|
myOrdInV(0),
|
||||||
|
myNbCoeffInU(0),
|
||||||
|
myNbCoeffInV(0),
|
||||||
myApprIsDone(Standard_False),
|
myApprIsDone(Standard_False),
|
||||||
myHasResult(Standard_False),
|
myHasResult(Standard_False),
|
||||||
myCutSense(0),
|
myCutSense(0),
|
||||||
@@ -64,6 +66,8 @@ myV0(V0),
|
|||||||
myV1(V1),
|
myV1(V1),
|
||||||
myOrdInU(iu),
|
myOrdInU(iu),
|
||||||
myOrdInV(iv),
|
myOrdInV(iv),
|
||||||
|
myNbCoeffInU(0),
|
||||||
|
myNbCoeffInV(0),
|
||||||
myApprIsDone(Standard_False),
|
myApprIsDone(Standard_False),
|
||||||
myHasResult(Standard_False),
|
myHasResult(Standard_False),
|
||||||
myCutSense(0),
|
myCutSense(0),
|
||||||
|
Reference in New Issue
Block a user