[PostGIS] #5925: TopoGeo_AddPoint crash on infinite point

PostGIS trac at osgeo.org
Fri Jun 6 18:26:22 PDT 2025


#5925: TopoGeo_AddPoint crash on infinite point
-----------------------+----------------------------
  Reporter:  robe      |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 3.0.12
 Component:  topology  |    Version:  3.5.x
Resolution:            |   Keywords:
-----------------------+----------------------------
Comment (by robe):

 As expected TopoGeo_LoadGeometry has the same issue:


 {{{
 SELECT TopoGeo_LoadGeometry('test', foo1.the_geom, 20.1)  As result
                                                         FROM ((SELECT
 '0101000020E6100000000000000000F07F000000000000F07F'::geometry AS the_geom
 ) ) As foo1
 }}}
  and goes thru the same function.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5925#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