Opened 13 years ago
Closed 13 years ago
#1349 closed defect (fixed)
ST_AddBand is not null safe
Reported by: | robe | Owned by: | pracine |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.0.0 |
Component: | raster | Version: | master |
Keywords: | Cc: |
Description
I was able to crash the postgres daemon when one of my procedures produced something like this.
SELECT ST_AddBand(ST_MakeEmptyRaster(271,271, 0, 0, 1, -1,0,0) , NULL::raster );
It should just throw an error rather than crashing the postgres daemon I think.
Note:
See TracTickets
for help on using tickets.
Fixed in r8303