[postgis-tickets] [PostGIS] #5151: garden crash ST_SetPoint with empty geometries
PostGIS
trac at osgeo.org
Sun May 15 09:52:12 PDT 2022
#5151: garden crash ST_SetPoint with empty geometries
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.5.7
Component: postgis | Version: 3.2.x
Keywords: |
---------------------+---------------------------
In light of #5145 I have revised garden test to also check individual
empties.
And that made it crash on this:
Below is a more minimalist query
{{{
SELECT ST_SetPoint(ST_GeomFromText('LINESTRING EMPTY',4326), 1,
ST_GeomFromText('POINT(40 50)',4326)) As result;
}}}
I'm going to commit my garden test changes once I have cataloged all of
these and then will expect all our ci bots doing garden tests to crash
horribly.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5151>
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