[Tarantool-patches] [PATCH 0/3] Credentials follow up
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Fri Nov 1 00:42:31 MSK 2019
The patchset fixes a flaky test, a C++ exception thrown in C,
and invalid memory access problem left after the patch making
struct credentials a complex object with a constructor and a
destructor.
Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4597-credentials-follow-up-2
Issue: https://github.com/tarantool/tarantool/issues/4597
Vladislav Shpilevoy (3):
test: fix flaky box/access_sysview.test.lua
user: don't throw C++ exception from user_find_by_name
session: su left dangling credentials object on stack
src/box/lua/session.c | 3 +--
src/box/user.cc | 2 +-
test/box/access.result | 11 +++++++++++
test/box/access.test.lua | 6 ++++++
test/box/access_sysview.result | 2 +-
test/box/access_sysview.test.lua | 2 +-
6 files changed, 21 insertions(+), 5 deletions(-)
--
2.21.0 (Apple Git-122.2)
More information about the Tarantool-patches
mailing list