[fdo-trac] #689: SDF crashes on unknown ordering field
FDO
trac_fdo at osgeo.org
Sat Sep 4 14:23:58 EDT 2010
#689: SDF crashes on unknown ordering field
------------------------+---------------------------------------------------
Reporter: haris | Owner: gregboone
Type: defect | Status: new
Priority: critical | Milestone: 3.5.0
Component: FDO API | Version: 3.4.0
Severity: 2 | Keywords:
External_id: |
------------------------+---------------------------------------------------
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
--
Ticket URL: <http://trac.osgeo.org/fdo/ticket/689>
FDO <http://fdo.osgeo.org/>
Feature Data Objects
More information about the fdo-trac
mailing list