[PostGIS] #5629: ST_RemoveRepeatedPoints crash on MULTIPOINT with empty coordinate
PostGIS
trac at osgeo.org
Wed Nov 29 13:54:52 PST 2023
#5629: ST_RemoveRepeatedPoints crash on MULTIPOINT with empty coordinate
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.2
Component: postgis | Version: 3.4.x
Keywords: |
---------------------+---------------------------
{{{
SELECT ST_RemoveRepeatedPoints('MULTIPOINT(EMPTY,2 1,2 4, 4 5)'::geometry,
20.1);
}}}
Tested on
{{{
POSTGIS="3.5.0dev 3.4.0rc1-818-g6c2e935b6" [EXTENSION] PGSQL="160"
GEOS="3.12.1-CAPI-1.18.1" (compiled against GEOS 3.13.0)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5629>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list