[postgis-tickets] [PostGIS] #3608: Shp2pgsql invalid free when -W UTF-8
PostGIS
trac at osgeo.org
Fri Aug 5 07:45:18 PDT 2016
#3608: Shp2pgsql invalid free when -W UTF-8
----------------------+---------------------------
Reporter: mattzen | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.3
Component: postgis | Version: 2.2.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by strk):
I actually see the default encoding being strdup'ed already, in shp2pgsql-
core.c, line 756:
{{{
config->encoding = strdup(ENCODING_DEFAULT);
}}}
The crash you're seeing might have another cause ?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3608#comment:3>
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