Ticket #3164 (closed defect: fixed)
XPlane driver causes fatal memory allocation in ogrinfo/ogr2ogr
| Reported by: | rouault | Owned by: | rouault |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.3 |
| Component: | OGR_SF | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
OGRXPlaneLayer::RegisterFeature?() currently does a realloc of an array that holds features for every feature added. On WIN32 (at least), such frequent realloc cause the process to exhaust its virtual memory space, although the total memory is not that big.
Change History
Note: See
TracTickets for help on using
tickets.
