[Tarantool-patches] [PATCH] coio: fix cord leak on stop
Kirill Yukhin
kyukhin at tarantool.org
Wed Sep 23 13:58:49 MSK 2020
Hello,
On 22 сен 17:59, Kirill Yukhin wrote:
> cord_ptr variable is calloc()-ated in coio_on_start()
> and is not free()-ed, which triggers ASAN. free() it
> in coio_on_stop().
>
> Closes #5308
> ---
>
> Branch: https://github.com/tarantool/tarantool/tree/kyukhin/gh-5308-cord-leak
> Issue: https://github.com/tarantool/tarantool/issues/5308
> ChangeLog: not user visible
I've checked the patch into 1.10, 2.4, 2.5 and master.
Applied update for supressions file as well.
--
Regards, Kirill Yukhin
More information about the Tarantool-patches
mailing list