Opened 16 years ago

Last modified 16 years ago

#2263 closed defect

gdal_translate crash when converting types on Win32 system — at Version 2

Reported by: emiller Owned by: Mateusz Łoskot
Priority: high Milestone: 1.5.1
Component: Utilities Version: 1.5.0
Severity: normal Keywords: Win32 gdal_translate translate type crash
Cc: warmerdam

Description (last modified by warmerdam)

fixed by replacing

poVDS = new VRTDataset( nOXSize, nOYSize );

with

poVDS = ( VRTDataset * ) VRTCreate( nOXSize, nOYSize );

Change History (2)

comment:1 by warmerdam, 16 years ago

Cc: warmerdam added
Component: defaultUtilities
Milestone: 1.5.1
Owner: changed from warmerdam to Mateusz Łoskot
Priority: normalhigh

Mateusz,

Please get this fix in for 1.5.1.

comment:2 by warmerdam, 16 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.