Opened 9 years ago

Last modified 9 years ago

#6095 closed defect

Double free in gdalbuildvrt with -b may result in a crash — at Initial Version

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.11.3
Component: Utilities Version:
Severity: normal Keywords:
Cc:

Description

When using gdalbuildvrt -b, the panBandList allocated in the main() is free'd by the main() and by the destructor of VRTBuilder class. Strangely this rarely crashed in 2.0 and previous versions, but is much more reproducible in trunk although the code has barely changed.

Change History (0)

Note: See TracTickets for help on using tickets.