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

Cyrill Gorcunov gorcunov at gmail.com
Thu Apr 29 23:39:30 MSK 2021


On Thu, Apr 29, 2021 at 09:37:56PM +0200, Vladislav Shpilevoy wrote:
> > +* 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.

Force pushed an update. Thanks!
branch gorcunov/gh-6046-fiber-join-3
---
 changelogs/unreleased/gh-6046-fiber-join-misuse.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelogs/unreleased/gh-6046-fiber-join-misuse.md b/changelogs/unreleased/gh-6046-fiber-join-misuse.md
index 32c15566d..4515d96a8 100644
--- a/changelogs/unreleased/gh-6046-fiber-join-misuse.md
+++ b/changelogs/unreleased/gh-6046-fiber-join-misuse.md
@@ -2,5 +2,5 @@
 
 * 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
+  level only, in Lua interface `fiber:join()` the protection is
   turned on already.
-- 
2.30.2



More information about the Tarantool-patches mailing list