Opened 14 years ago

#3508 new defect

Fix segfaults with ArcSDE BLOB/CLOB/NCLOB fields

Reported by: aalbarello Owned by: hobu
Priority: normal Milestone:
Component: Input - Native SDE Support Version: svn-trunk (development)
Severity: normal Keywords:
Cc:

Description

The supplied patch fixes random segfaults and weird SDE error messages that I've been getting on several layers with NCLOB fields. It appears that the appropriate SE_BLOB_INFO/SE_CLOB_INFO/SE_NCLOB_INFO struct needs to be completely zeroed out before calling SE_stream_get_*lob (not that there's anything wrong with zeroing them out, it's good practice anyway, it's just weird that SDE would be doing anything with them anyway before filling them in).

Attachments (1)

sde_lobs.diff (3.3 KB ) - added by aalbarello 14 years ago.

Download all attachments as: .zip

Change History (1)

by aalbarello, 14 years ago

Attachment: sde_lobs.diff added
Note: See TracTickets for help on using tickets.