[postgis-devel] Issue 43 in postgis: [PATCH] Heap over-read in compute_geometry_stats()

codesite-noreply at google.com codesite-noreply at google.com
Wed Jul 16 01:49:36 PDT 2008


Issue 43: [PATCH] Heap over-read in compute_geometry_stats()
http://code.google.com/p/postgis/issues/detail?id=43

Comment #1 by mark.cav... at siriusit.co.uk:
Hi Landon,

Thank you very much for the comprehensive bug report and supplied patch 
- I've just
applied this to both SVN trunk and the 1.3 branch. The error you were 
seeing comes
 from the fact that the original code was written to use the PostgreSQL 
BOX type
rather than the PostGIS BOX2DFLOAT4 type, and so it seems that this is 
the one place
that was accidentally missed during the conversion. A quick check 
indicates that this
is the only remaining use of BOX within the file so there should be no 
more similar
problems lurking.


ATB,

Mark.



Issue attribute updates:
	Status: Fixed
	Owner: mark.cav... at siriusit.co.uk

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings



More information about the postgis-devel mailing list