Ticket #2309 (closed defect: fixed)
In DEBUG mode, SHPWriteOGRFeature may crash when dealing with unhandled field types
| Reported by: | rouault | Owned by: | rouault |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.5.2 |
| Component: | OGR_SF | Version: | unspecified |
| Severity: | normal | Keywords: | shape |
| Cc: | warmerdam |
Description
The CPLAssert(FALSE) should be removed, because it's unnecessary and causes crashes in DEBUG mode. A CPLError( CE_Failure, CPLE_NotSupported, ...) is already emited in CreateField?.
Change History
Note: See
TracTickets for help on using
tickets.
