Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#2582 closed defect (fixed)

five dimensional netcdf file crashes gdalinfo on windows

Reported by: warmerdam Owned by: warmerdam
Priority: normal Milestone: 1.5.3
Component: GDAL_Raster Version: 1.5.2
Severity: normal Keywords: netcdf
Cc: mdsumner

Description

gdalinfo netcdf:foo.nc:temperature

on

http://staff.acecrc.org.au/~mdsumner/gdal/foo.nc

crashes gdalinfo on windows.

Change History (3)

comment:1 by warmerdam, 16 years ago

There was a serious flaw in the allocation of the panBandZLev array. I have corrected this in trunk (r15421). This particular bug was related to the sizeof(nd) change. The other changes seem like they might be necessary (and they are harmless) but I didn't confirm anything with regard to them.

comment:2 by warmerdam, 16 years ago

Resolution: fixed
Status: newclosed

Back patched into 1.5 branch (r15423) and an autotest entry added for this situation (r15427).

comment:3 by warmerdam, 16 years ago

Cc: mdsumner added; mdsummer removed
Note: See TracTickets for help on using tickets.