[Tarantool-patches] [PATCH v2 0/2] fiber: prevent fiber_join from misuse
Kirill Yukhin
kyukhin at tarantool.org
Fri Apr 30 11:13:29 MSK 2021
Hello,
On 28 апр 13:22, Cyrill Gorcunov wrote:
> v2 (by Vlad):
> - Use explicit != 0 form for flag testing
> - in Lua's fiber:join() drop the test for FIBER_IS_JOINABLE
> flag since now we do the same on lower level
> - extend tests
> - provide changelog
>
> issue https://github.com/tarantool/tarantool/issues/6046
> branch gorcunov/gh-6046-fiber-join-2
>
> Cyrill Gorcunov (2):
> fiber: fiber_join -- drop redundat variable
> fiber: fiber_join -- don't crash on misuse
>
> .../unreleased/gh-6046-fiber-join-misuse.md | 6 ++++
> src/lib/core/fiber.c | 12 +++++--
> src/lua/fiber.c | 10 ++++--
> test/app/fiber.result | 34 +++++++++++++++++++
> test/app/fiber.test.lua | 12 +++++++
> test/unit/fiber.cc | 7 ++++
> 6 files changed, 75 insertions(+), 6 deletions(-)
> create mode 100644 changelogs/unreleased/gh-6046-fiber-join-misuse.md
I've checked your patchset into 2.8 and master.
ALso, cherry-picked top patch to 2.7.
--
Regards, Kirill Yukhin
More information about the Tarantool-patches
mailing list