[postgis-tickets] [PostGIS] #5319: ST_SetPoint crashes with Multipolygon with infinity coordinates
PostGIS
trac at osgeo.org
Wed Feb 15 23:48:49 PST 2023
#5319: ST_SetPoint crashes with Multipolygon with infinity coordinates
----------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.0.9
Component: postgis | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Description changed by robe:
Old description:
> Same issue as #5315 and #5318
> {{{
> SELECT
> ST_SetPoint('0106000020E61000000100000001030000000100000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry,
> 1,ST_GeomFromText('POINT(0 0)',4326) ) As result
> }}}
New description:
Same issue as #5315 and #5318
{{{
SELECT
ST_SetPoint('0102000020E610000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry,
1,ST_GeomFromText('POINT(0 0)',4326) ) As result
}}}
--
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5319#comment:2>
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