Opened 14 years ago

Last modified 4 months ago

#689 new defect

SDF crashes on unknown ordering field

Reported by: haris Owned by: romicadascalescu
Priority: critical Milestone: 4.2.0
Component: FDO API Version: 3.4.0
Severity: 2 Keywords:
Cc: External ID:

Description

Using unknown name for order field will cause SDF to crash (uses zero pointer).

Zero pointer access will happen in SdfImpExtendedSelect.cpp in line 519 'reader->GetComputedIdentifierValue(..)'.

Reason is that after not finding property name in class provider will assume it is computed field and will try to use 'reader' to get value for it. But reader is not initialized

Change History (2)

comment:1 by gregboone, 13 years ago

Owner: changed from gregboone to romicadascalescu

comment:2 by jng, 4 months ago

Milestone: 3.5.04.2.0
Note: See TracTickets for help on using tickets.