[Tarantool-patches] [PATCH 00/15] Cord buffer, static alloc, and Lua GC bug for 1.10

Kirill Yukhin kyukhin at tarantool.org
Mon Mar 29 18:41:03 MSK 2021


Hello,

On 24 мар 22:24, Vladislav Shpilevoy wrote:
> The patchset is a ported fix for 5632 from the master branch.
> 
> No big changes except these:
> 
> - 1.10 didn't have static_alloc in Lua directly, but still the static buffer
>   could be returned indirectly from tt_uuid_str() for example;
> 
> - 1.10 didn't have Lua registers, but had some global variables created via
>   ffi.new(). For example, in uuid.lua, msgpackffi.lua;
> 
> - sio address formatting function was formatted differently.
> 
> Nonetheless the commit messages are left intact. They still mention
> static_alloc and Lua registers.
> 
> Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-5632-global-buf-crash-1.10
> Issue: https://github.com/tarantool/tarantool/issues/5632

I've cherry-pick your patch set into 1.10.

--
Regards, Kirill Yukhin


More information about the Tarantool-patches mailing list