Opened 13 years ago

Closed 13 years ago

#682 closed defect (fixed)

ST_Buffer crashes on POLYGON Empty

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

SELECT ST_Buffer(ST_GeomFromText('POLYGON EMPTY',4326) , 0.5)

separate ticket — sorry I put it in the other one since I thought it was a manifestation of the same issue.

Change History (2)

comment:1 by pramsey, 13 years ago

It is insofar as "empty" is the cause, but the actual code line will be totally different, so "buffer works with empty" will be closed of separately from "gml output works with empty" and even "kml output works with empty" will be distinct. Unfortunately the rich typing of empty means we have a bunch of new failure cases lurking around, kind of like with the curve types in 1.4.

comment:2 by pramsey, 13 years ago

Resolution: fixed
Status: newclosed

Fixed at r6301. There's bound to be a pile more of these in the OGC support functions.

Note: See TracTickets for help on using tickets.