1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fixed memory overrun in spatial init code

This commit is contained in:
monty@mysql.com
2004-03-16 00:42:10 +02:00
parent 56af3931e0
commit a6ba9f3cbc
2 changed files with 2 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ public:
}
bool envelope(String *result) const;
static Geometry::Class_info *ci_collection[Geometry::wkb_end];
static Geometry::Class_info *ci_collection[Geometry::wkb_end+1];
protected:
static Class_info *find_class(int type_id)