Changes between Initial Version and Version 2 of Ticket #952


Ignore:
Timestamp:
Apr 4, 2007, 8:32:21 PM (17 years ago)
Author:
warmerdam
Comment:

Please see if you can reproduce this problem. Likely prudent to use valgrind to highlight any problems.

AGI is a Gold sponsor!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #952

    • Property Cc warmerdam added
    • Property Component defaultGDAL_Raster
    • Property Version unspecified1.3.0
    • Property Milestone1.4.2
    • Property Owner changed from warmerdam to Mateusz Łoskot
  • Ticket #952 – Description

    initial v2  
    1 {{{
    21Reprojecting SDTS DEM to WGS84 results in an array bounds error in
    3 GDALWarpNoDataMasker() in GDT_Float32 section when setting element of
    4 panValidityMask.  panValidityMask is initialized in CreateKernelMask() with
    5 poKernel->nBands (1) elements in BandSrcValid section.  GDALWarpNoDataMasker()
    6 is attempting to modify the 46444th element.  nXSize = 1070.  nYSize = 1389.
     2GDALWarpNoDataMasker() 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.
    73
    84The data used can be made available in a 908 KB zip file.
    95
    106GDAL 1.3.0
    11 }}}