View Issue Details

IDProjectCategoryView StatusLast Update
0023677Open CASCADEOCCT:Modeling Datapublic2017-07-26 17:48
ReporterabvAssigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionno change required 
Product Version6.5.4 
Target Version7.3.0Fixed in Version6.7.0 
Summary0023677: Potential use of uninitialized variables in Adaptor3d_CurveOnSurface.cxx
DescriptionCompiler warning produced by MSVC 9 when option /Ob2 is used:

adaptor3d_curveonsurface.cxx(418) : warning C4700: uninitialized local variable 'f' used

The code is really incorrect (the question is whether this place is reachable at all) and the whole functions deserves revision (at least to avoid code duplication for Index==1 and Index==2).
TagsNo tags attached.
Test case numberNot needed

Activities

abv

2014-05-03 07:46

manager   ~0029181

The warning has been fixed by 0024236, but code duplication is still there

Issue History

Date Modified Username Field Change
2012-12-28 17:21 abv New Issue
2012-12-28 17:21 abv Assigned To => jgv
2013-02-26 15:48 abv Target Version 6.6.0 => 6.7.0
2013-12-21 10:23 abv Target Version 6.7.0 => 6.7.1
2014-04-04 18:19 abv Target Version 6.7.1 => 6.8.0
2014-05-03 07:46 abv Note Added: 0029181
2014-09-26 12:06 abv Target Version 6.8.0 => 7.1.0
2016-10-25 16:24 msv Target Version 7.1.0 => 7.2.0
2017-07-20 15:30 msv Target Version 7.2.0 => 7.3.0
2017-07-25 20:05 mkv Test case number => Not needed
2017-07-25 20:05 mkv Status new => closed
2017-07-25 20:05 mkv Assigned To jgv => bugmaster
2017-07-25 20:05 mkv Resolution open => no change required
2017-07-26 17:48 mkv Fixed in Version => 6.7.0