#6802 closed defect (fixed)
Crash in VRTSimpleSource::GetFileList()
Reported by: | Even Rouault | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.1.4 |
Component: | default | Version: | 2.1.0 |
Severity: | normal | Keywords: | |
Cc: | Kurt Schwehr |
Description
https://trac.osgeo.org/gdal/changeset/31355 moved the int nListMaxSize = 0; variable in VRTSourcedRasterBand::GetMetadataItem() to an inner scope, which is inappropriate.
Change History (3)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 8 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
In 37287: