Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#6095 closed defect (fixed)

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

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

Description (last modified by Even Rouault)

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 but is much more reproducible in trunk although the code has barely changed.

Change History (1)

comment:1 by Even Rouault, 9 years ago

Description: modified (diff)
Milestone: 2.0.1
Resolution: fixed
Status: newclosed
Version: unspecified2.0.0

trunk r30125, branches/2.0 r30126 "gdalbuildvrt: fix potential crash when using -b switch (#6095)"

Note: See TracTickets for help on using tickets.