#1600 closed defect (fixed)
Method ComputeStatistics() Should call InitBlockInfo() on gdalrasterband.cpp
Reported by: | ilucena | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.5.0 |
Component: | GDAL_Raster | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
Method GDALRasterBand::ComputeStatistics? should call InitBlockInfo?() before accessing nBlockPerRow or nBlockPerColumn otherwise it will not loop through the image and it is most likely to a failure.
Change History (3)
comment:1 Changed 12 years ago by
Component: | default → GDAL_Raster |
---|---|
Milestone: | → 1.4.2 |
Status: | new → assigned |
comment:2 Changed 12 years ago by
Milestone: | 1.4.2 → 1.5.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:3 Changed 12 years ago by
Andrey also indicated in IRC that this was a recently introduced problem in trunk and was never in the 1.4 branch or any released software.
Note: See
TracTickets for help on using
tickets.
This problem should be fixed with revision 11394.
Best regards, Andrey