View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012849 | Open CASCADE | OCCT:Modeling Algorithms | public | 2006-07-04 10:54 | 2007-01-12 16:27 |
Reporter | Assigned To | bugmaster | |||
Priority | normal | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
OS | All | ||||
Fixed in Version | 6.1.1 | ||||
Summary | 0012849: Blend_Extremity has uninitialized fileds. | ||||
Description | The Blen_Extremity class has uninitialized fileds in their constructors: - 1) constructor all fileds uninitialized except "isvtx" and "hastang" - 2) costructor - "vtx" uninitialized (but isvtx is set to FALSE, may be correct) - 4) constructor - as in second + "v" is uninitialized The class instance with uninitialized fileds uses in BRepBlen_Walking::Perform (line 139). Please initialized fileds by default values to avoid possible troubles. Problem noticed under Rational Purify BR, PTv. | ||||
Tags | No tags attached. | ||||
Test case number | |||||