[Tarantool-patches] [PATCH v3 2/2] fiber: fiber_join -- don't crash on misuse

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Thu Apr 29 22:37:56 MSK 2021


Hi! Thanks for the patch!

> diff --git a/changelogs/unreleased/gh-6046-fiber-join-misuse.md b/changelogs/unreleased/gh-6046-fiber-join-misuse.md
> new file mode 100644
> index 000000000..32c15566d
> --- /dev/null
> +++ b/changelogs/unreleased/gh-6046-fiber-join-misuse.md
> @@ -0,0 +1,6 @@
> +## bugfix/core
> +
> +* Fixed lack of testing for non noinable fibers in `fiber_join()` call.
> +  This could lead to unpredictable results. Note the issue affects C
> +  level only, in Lua interface `fiber::join()`` the protection is

fiber::join() -> fiber:join()

And `` -> ` in the end.


More information about the Tarantool-patches mailing list