diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-01-30 21:05:27 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-01-30 21:13:24 +0200 |
commit | 5edd129fbf14eb56e793f84963b3b9e5770c4604 (patch) | |
tree | 30adcbe75decdbd45e114130a523249300913bc6 /sql/sp_cache.h | |
parent | ded07724eebb6c3afe882884fbad32e8dc907b0c (diff) | |
download | mariadb-git-5edd129fbf14eb56e793f84963b3b9e5770c4604.tar.gz |
Fix ASAN failure in main.lock (and others)
Whenever one copies an IO_CACHE struct, one must remember to call
setup_io_cache, if not, the IO_CACHE's current_pos and end_pos
self-references will point to the previous struct's memory, which
could go out of scope. Commit 90038693903044bbbf7946ac128c3757ad33d7ba
fixes this problem in a more general fashion by removing the
self-references altogether, but for 5.5 we'll keep the old behaviour.
Diffstat (limited to 'sql/sp_cache.h')
0 files changed, 0 insertions, 0 deletions