Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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 Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 37287:

VRT: fix 2.1 regression that can cause crash in VRTSimpleSource::GetFileList() (fixes #6802)

comment:2 by Even Rouault, 7 years ago

In 37288:

VRT: fix 2.1 regression that can cause crash in VRTSimpleSource::GetFileList() (fixes #6802)

comment:3 by Even Rouault, 7 years ago

Cc: Kurt Schwehr added
Note: See TracTickets for help on using tickets.