Opened 17 years ago

Closed 14 years ago

#40 closed defect (fixed)

Potential comparison to uninitialized object in FdoCommonQueryAggregator

Reported by: mloskot Owned by: romicadascalescu
Priority: minor Milestone: 3.6.0
Component: FDO API Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

In file Utilities\Common\Src\FdoCommonQueryAggregator.cpp, line 280, there is following declaration:

FdoDataType resultDataType;

If next condition is false, the resultDataType stays uninitialized and comparison in line 310 may cause problems:

if (resultDataType==FdoDataType_String)

Change History (3)

comment:1 by gregboone, 17 years ago

Owner: changed from gregboone to romicadascalescu

comment:2 by gregboone, 16 years ago

Milestone: 3.3.03.3.1

comment:3 by romicadascalescu, 14 years ago

Milestone: 3.4.03.6.0
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.