[postgis-tickets] [PostGIS] #3143: 32-bit cunit check crashing

PostGIS trac at osgeo.org
Mon Jun 1 19:52:47 PDT 2015


#3143: 32-bit cunit check crashing
----------------------+---------------------------
  Reporter:  robe     |      Owner:  robe
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 2.2.0
 Component:  postgis  |    Version:  trunk
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by pramsey):

 Also at
 https://trac.osgeo.org/postgis/browser/trunk/liblwgeom/lwlinearreferencing.c#L1107
 {{{
   nmvals += ptarray_collect_mvals(l2->points, tmin, tmax,
 &(mvals[nmvals]));
 }}}
 scares the bleepers out of me, I think it should be
 {{{
   nmvals += ptarray_collect_mvals(l2->points, tmin, tmax, mvals + nmvals);
 }}}

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