Ticket #2263 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

gdal_translate crash when converting types on Win32 system

Reported by: emiller Owned by: mloskot
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) (diff)

fixed by replacing

poVDS = new VRTDataset( nOXSize, nOYSize );

with

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

Change History

Changed 4 years ago by warmerdam

  • cc warmerdam added
  • owner changed from warmerdam to mloskot
  • priority changed from normal to high
  • component changed from default to Utilities
  • milestone set to 1.5.1

Mateusz,

Please get this fix in for 1.5.1.

Changed 4 years ago by warmerdam

  • description modified (diff)

Changed 4 years ago by warmerdam

  • status changed from new to closed
  • resolution set to fixed

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

Thanks

Note: See TracTickets for help on using tickets.