Opened 14 years ago
Last modified 11 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 , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 11 months ago
Milestone: | 3.5.0 → 4.2.0 |
---|
Note:
See TracTickets
for help on using tickets.