[postgis-tickets] [PostGIS] #5384: ST_AsGML with empty nprefix crashes backend
PostGIS
trac at osgeo.org
Wed May 17 09:59:20 PDT 2023
#5384: ST_AsGML with empty nprefix crashes backend
---------------------+---------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.3.3
Component: postgis | Version: 3.3.x
Keywords: |
---------------------+---------------------------
As reported in https://lists.osgeo.org/pipermail/postgis-
users/2023-May/045954.html I confirm this query crashes the backed as of
current 3.3 branch:
{{{
SELECT ST_AsGML(ST_GeomFromText('MULTIPOLYGON(((0 0,0 1,1 1,1 0,0
0)),((0 0,0 1,1 1,1 0,0 0)))',4326), 15, 0, '', '1');
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5384>
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