Opened 22 months ago
Closed 21 months ago
#5318 closed defect (fixed)
ST_MaximumInscribedCircle crashes on polygon with infinity coordinates
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.1.9 |
Component: | postgis | Version: | 3.3.x |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
In 633cf97/git: