[postgis-tickets] [PostGIS] #2449: infinite loop around gserialized_gist_picksplit_2d
PostGIS
trac at osgeo.org
Fri Nov 8 23:05:28 PST 2013
#2449: infinite loop around gserialized_gist_picksplit_2d
----------------------+-----------------------------------------------------
Reporter: j3d | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.1.1
Component: postgis | Version: 2.1.x
Resolution: fixed | Keywords:
----------------------+-----------------------------------------------------
Comment(by smagen):
I mean replace
{{{
Assert(lower >= context.rightLower);
}}}
with
{{{
Assert(lower >= context.rightLower || isnan(lower));
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2449#comment:18>
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