Opened 15 years ago

Closed 15 years ago

#3164 closed defect (fixed)

XPlane driver causes fatal memory allocation in ogrinfo/ogr2ogr

Reported by: Even Rouault Owned by: Even 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 (1)

comment:1 by Even Rouault, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk (r17746) and in branches/1.6 (r17747)

Note: See TracTickets for help on using tickets.