diff options
author | Aleksey Midenkov <midenok@gmail.com> | 2020-05-15 16:17:15 +0300 |
---|---|---|
committer | Aleksey Midenkov <midenok@gmail.com> | 2020-05-15 16:17:15 +0300 |
commit | a4996f951d731322acc63033646d950ddbb0f60c (patch) | |
tree | a82b31076a630e302e26892e653597d47a749ad2 /sql/compat56.cc | |
parent | 72789e4b2b0f631635297c6bc785c7364d60ca9f (diff) | |
download | mariadb-git-a4996f951d731322acc63033646d950ddbb0f60c.tar.gz |
MDEV-22563 Segfault on duplicate free of Item_func_in::array
Same array instance in two Item_func_in instances. First Item_func_in
instance is freed on table close. Second one is freed on
cleanup_after_query().
get_copy() depends on copy ctor for copying an item and hence does
shallow copy for default copy ctor. Use build_clone() for deep copy of
Item_func_in.
Diffstat (limited to 'sql/compat56.cc')
0 files changed, 0 insertions, 0 deletions