Changes between Initial Version and Version 1 of Ticket #6448


Ignore:
Timestamp:
Apr 8, 2016, 5:48:51 AM (8 years ago)
Author:
liminlu0314
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6448 – Description

    initial v1  
    1 When the value of GDALWarpOptions::dfWarpMemoryLimit is set to be very large, such as 10 GB, the program will fail, because the size of allocated memory overflows. The original is as below:
     1When the value of GDALWarpOptions::dfWarpMemoryLimit is set to be very large, such as 10 GB, the program will fail, because the size of allocated memory overflows. The original code is as below:
    22
    33gdalwarpoperation.cpp line 2059