[Tarantool-patches] [PATCH 1/3] box: fix struct port_tuple.size wrong type in Lua

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Mar 11 03:17:33 MSK 2020



On 10/03/2020 14:42, Nikita Pettik wrote:
> On 08 Mar 18:47, Vladislav Shpilevoy wrote:
>> Original port_tuple in C has 'int size;' field. It was
>> 'size_t size' in Lua. Since sizeof(size_t) usually is
>> 8, and sizeof(int) is 4, this was a really bad typo.
> 
> LGTM (feel free to push out of order as obvious).

Done. Pushed to master, 2.3, 2.2, 1.10.


More information about the Tarantool-patches mailing list