Opened 16 years ago

Closed 16 years ago

#2263 closed defect (fixed)

gdal_translate crash when converting types on Win32 system

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 (3)

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)

comment:3 by warmerdam, 16 years ago

Resolution: fixed
Status: newclosed

Corrected in trunk (r13998) and 1.5 branch (r13999).

Thanks

Note: See TracTickets for help on using tickets.