mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0022589: Fix uninitialized memory access issues
This commit is contained in:
parent
eb0a5b1436
commit
7c97b4a3ab
@ -39,6 +39,8 @@ myV0(0.),
|
||||
myV1(1.),
|
||||
myOrdInU(0),
|
||||
myOrdInV(0),
|
||||
myNbCoeffInU(0),
|
||||
myNbCoeffInV(0),
|
||||
myApprIsDone(Standard_False),
|
||||
myHasResult(Standard_False),
|
||||
myCutSense(0),
|
||||
@ -64,6 +66,8 @@ myV0(V0),
|
||||
myV1(V1),
|
||||
myOrdInU(iu),
|
||||
myOrdInV(iv),
|
||||
myNbCoeffInU(0),
|
||||
myNbCoeffInV(0),
|
||||
myApprIsDone(Standard_False),
|
||||
myHasResult(Standard_False),
|
||||
myCutSense(0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user