[postgis-tickets] [PostGIS] #2293: crash on ST_DumpPoints with curved geoms

PostGIS trac at osgeo.org
Tue Apr 30 10:14:35 PDT 2013


#2293: crash on ST_DumpPoints with curved geoms
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by robe):

 hmm -- you suppose this TODO error:  is a sign from somebody?

 http://postgis.net/docs/doxygen/2.1/dc/d01/lwgeom__dumppoints_8c_source.html#00201


 {{{
 case CURVEPOLYTYPE:
                                 default:
                                         /* TODO error? */
                                         if (--state->stacklen == 0)
 SRF_RETURN_DONE(funcctx);
                                         state->pathlen--;
                                         continue;
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2293#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