]> granicus.if.org Git - postgis/commit
Fix potential access to uninitialized value
authorSandro Santilli <strk@keybit.net>
Thu, 9 May 2013 09:24:13 +0000 (09:24 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 9 May 2013 09:24:13 +0000 (09:24 +0000)
commit0ee2b85a75995cbea578f477a8d66c48f8983474
tree45b71a86ef42fff8941d70f143d90bd932389b0a
parentaa7fcdbd6b46ccb7cbfba43a0a30d1b41b7b9a71
Fix potential access to uninitialized value

It would have happened on malformed COMPOUNDCURVE (unlikely).
Hushes compiler warning.

git-svn-id: http://svn.osgeo.org/postgis/trunk@11387 b70326c6-7e19-0410-871a-916f4a2858ee
liblwgeom/lwcompound.c