[postgis-devel] [PostGIS] #1829: st_geomfromgeojson: Conditional jump or move depends on uninitialised value(s)

PostGIS trac at osgeo.org
Fri May 18 02:41:32 PDT 2012


#1829: st_geomfromgeojson: Conditional jump or move depends on uninitialised
value(s)
---------------------+------------------------------------------------------
 Reporter:  strk     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  high     |   Milestone:  PostGIS 2.0.1
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by strk):

 This statement is enough to trigger the error:
 {{{
  SELECT
 st_geomfromgeojson('{"type":"MultiPoint","coordinates":[[1,1],[1,1]]}');
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1829#comment:1>
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-devel mailing list