]> granicus.if.org Git - postgis/commit
Fixed segfault caused by an empty quantile linked list being used to get the quantile...
authorBborie Park <bkpark at ucdavis.edu>
Fri, 27 Jan 2012 21:05:32 +0000 (21:05 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 27 Jan 2012 21:05:32 +0000 (21:05 +0000)
commit2efa285db72cc27e153c5684949fa73a30b5aee5
tree8bd836fb24ec18ab97a656240f16be71d9ac48a2
parente21896ff317e3c28d5c44b6ad00d425953bfc0bf
Fixed segfault caused by an empty quantile linked list being used to get the quantile's value.  Ticket is #1506.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8949 b70326c6-7e19-0410-871a-916f4a2858ee
raster/rt_core/rt_api.c
raster/rt_core/rt_api.h
raster/rt_pg/rt_pg.c