diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-01-16 18:47:53 +0100 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-02-09 16:03:56 +0200 |
commit | ddb284afaaf6046c4699c634e711c2bf620923d8 (patch) | |
tree | 0036c14c2bbffe853872fe76ef2519283d8fcd0f /mysql-test/t | |
parent | 5ffbd084f5dc1e7d05fd3172237ed50feef70b18 (diff) | |
download | mariadb-git-ddb284afaaf6046c4699c634e711c2bf620923d8.tar.gz |
MDEV-11601 Out-of-bounds string access in create_schema_table()
in Item_partition_func_safe_string(THD *thd, const char *name_arg,
uint length, CHARSET_INFO *cs= NULL), the 'name_arg' is the value
of the string constant and 'length' is the length of this constant,
so length == strlen(name_arg).
Diffstat (limited to 'mysql-test/t')
0 files changed, 0 insertions, 0 deletions