Opened 12 years ago

Closed 12 years ago

#1578 closed defect (fixed)

Crashes with EMPTY components in multipolygons

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

Here are some crashers:

SELECT _st_within('POINT(0 0)', ST_Collect('POLYGON EMPTY', 'POLYGON EMPTY'));

select _st_intersects('POINT(0 0)'::geometry, ST_Collect('POLYGON EMPTY', 'POLYGON EMPTY'));

Change History (1)

comment:1 by strk, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in r9191

Note: See TracTickets for help on using tickets.