[postgis-tickets] [PostGIS] #3185: ST_AsTWKB causing server crash
PostGIS
trac at osgeo.org
Sun Jun 28 09:06:07 PDT 2015
#3185: ST_AsTWKB causing server crash
---------------------+---------------------------
Reporter: nicklas | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
{{{
select st_astwkb(array['point(1 1)'::geometry ],array[null::int]);
}}}
gives server crash
caused by attempt to free unallocated idlist
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3185>
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