Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6738 closed defect (fixed)

Segfaults with gdal_rasterize

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 2.1.3
Component: Algorithms Version: unspecified
Severity: normal Keywords:
Cc:

Description

See https://lists.osgeo.org/pipermail/gdal-dev/2016-November/045628.html and other posts in this thread

Two issues : 1) Rasterizing into an ungeoreferenced raster is broken since GDAL 1.11. And it segfaults

2) "gdal_rasterize my.shp my.tif" segfaults if my.tif doesn't exist

Change History (2)

comment:1 by Even Rouault, 7 years ago

Resolution: fixed
Status: newclosed

In 36583:

gdal_rasterize: fix segfaults when rasterizing into an ungeoreferenced raster, or when doing 'gdal_rasterize my.shp my.tif' with a non existing my.tif (fixes #6738)

comment:2 by Even Rouault, 7 years ago

In 36584:

gdal_rasterize: fix segfaults when rasterizing into an ungeoreferenced raster, or when doing 'gdal_rasterize my.shp my.tif' with a non existing my.tif (fixes #6738)

Note: See TracTickets for help on using tickets.