[Tarantool-patches] [PATCH] Fix make_scoped_guard usage

Aleksandr Lyapunov alyapunov at tarantool.org
Wed Jul 8 15:08:56 MSK 2020


+reviewers

On 08.07.2020 15:07, Aleksandr Lyapunov wrote:
> make_scoped_guard usually captures scope by [=].
> In some cases it could lead to unexpected results.
> I found several problems and fixed them.
>
> GH issue: https://github.com/tarantool/tarantool/issues/5154
> GH branch: https://github.com/tarantool/tarantool/tree/alyapunov/gh-5154-wrong-scoped-guards
>
> Aleksandr Lyapunov (1):
>    Fix wrong make_scoped_guard usage
>
>   src/box/alter.cc | 4 ++--
>   src/main.cc      | 2 +-
>   2 files changed, 3 insertions(+), 3 deletions(-)
>


More information about the Tarantool-patches mailing list