[postgis-tickets] [PostGIS] #5318: ST_MaximumInscribedCircle crashes on polygon with infinity coordinates

PostGIS trac at osgeo.org
Fri Jan 20 21:59:31 PST 2023


#5318: ST_MaximumInscribedCircle crashes on polygon with infinity coordinates
---------------------+---------------------------
 Reporter:  robe     |      Owner:  robe
     Type:  defect   |     Status:  assigned
 Priority:  blocker  |  Milestone:  PostGIS 3.1.9
Component:  postgis  |    Version:  3.3.x
 Keywords:           |
---------------------+---------------------------
 This is similar to the ST_Buffer case in #5315


 {{{
 SELECT ST_MaximumInscribedCircle(foo1.the_geom)  As result
 FROM ((SELECT
 '0106000020E61000000100000001030000000100000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry
 AS the_geom ) ) As foo1 ;
 }}}

 ST_MaximumInscribedCircle was introduced in PostGIS 3.1
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5318>
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