diff options
author | Eugene Kosov <claprix@yandex.ru> | 2019-09-22 21:04:00 +0300 |
---|---|---|
committer | Eugene Kosov <claprix@yandex.ru> | 2019-09-23 19:12:24 +0300 |
commit | e3da362c037af95a85d3054243a4c9a039ceb4b4 (patch) | |
tree | 4cbf17880f8704ad257974928d22baacd4bc0ac9 /mysql-test/main/parser.result | |
parent | 5a92ccbaea1bb3973e23846a741f5694a1e687bd (diff) | |
download | mariadb-git-e3da362c037af95a85d3054243a4c9a039ceb4b4.tar.gz |
MDEV-19189 ASAN memcpy-param-overlap in fill_alter_inplace_info upon adding indexes
memmove() should be used instead of memcpy() for overlapping memory regions.
Overlapping memory regions itself here are fine, because code simply removes
one element from arbitrary position of an array.
Diffstat (limited to 'mysql-test/main/parser.result')
0 files changed, 0 insertions, 0 deletions