diff options
author | Alexey Botchkov <holyfoot@mysql.com> | 2009-04-28 14:47:26 +0500 |
---|---|---|
committer | Alexey Botchkov <holyfoot@mysql.com> | 2009-04-28 14:47:26 +0500 |
commit | 620fb880d7b45f67abc3edd20aed2aca11b039cd (patch) | |
tree | 4f8b3fb1aa025b84562771100388c2a790589804 /server-tools | |
parent | def04705986a9abad6927c0b52aaf63c136b546b (diff) | |
download | mariadb-git-620fb880d7b45f67abc3edd20aed2aca11b039cd.tar.gz |
Bug#38990 Arbitrary data input plus GIS functions causes mysql server crash
the Point() and Linestring() functions create WKB representation of an
object instead of an real geometry object.
That produced bugs when these were inserted into tables.
GIS tests fixed accordingly.
per-file messages:
mysql-test/r/gis-rtree.result
Bug#38990 Arbitrary data input plus GIS functions causes mysql server crash
test result
mysql-test/r/gis.result
Bug#38990 Arbitrary data input plus GIS functions causes mysql server crash
test result
mysql-test/t/gis-rtree.test
Bug#38990 Arbitrary data input plus GIS functions causes mysql server crash
test fixed - GeomFromWKB invocations removed
mysql-test/t/gis.test
Bug#38990 Arbitrary data input plus GIS functions causes mysql server crash
test fixed - AsWKB invocations added
sql/item_geofunc.cc
Bug#38990 Arbitrary data input plus GIS functions causes mysql server crash
Point() and similar functions to create a proper object
Diffstat (limited to 'server-tools')
0 files changed, 0 insertions, 0 deletions