Opened 19 years ago

Last modified 17 years ago

#952 closed defect

Array bounds error — at Initial Version

Reported by: scott@… Owned by: warmerdam
Priority: high Milestone: 1.4.3
Component: GDAL_Raster Version: 1.3.0
Severity: major Keywords:
Cc: Mateusz Łoskot

Description

Reprojecting SDTS DEM to WGS84 results in an array bounds error in 
GDALWarpNoDataMasker() in GDT_Float32 section when setting element of 
panValidityMask.  panValidityMask is initialized in CreateKernelMask() with 
poKernel->nBands (1) elements in BandSrcValid section.  GDALWarpNoDataMasker() 
is attempting to modify the 46444th element.  nXSize = 1070.  nYSize = 1389.

The data used can be made available in a 908 KB zip file.

GDAL 1.3.0

Change History (1)

by scott@…, 19 years ago

Attachment: SDTS.zip added

SDTS DEM

Note: See TracTickets for help on using tickets.