[tarantool-patches] Re: [PATCH 1/1] fiber: extend name buffer on 1 byte for \0
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Sun Feb 24 14:07:18 MSK 2019
Pushed to 2.1, 1.10 as obvious.
On 24/02/2019 13:58, Vladislav Shpilevoy wrote:
> Checks for fiber_name legth worked with FIBER_NAME_MAX,
> while one byte in fact was occupied by terminating zero.
>
> Closes #4011
> ---
> Issue: https://github.com/tarantool/tarantool/issues/4011
>
> src/fiber.h | 2 +-
> test/app/fiber.result | 8 ++++----
> test/app/fiber.test.lua | 2 +-
> test/unit/fiber.result | 2 +-
> 4 files changed, 7 insertions(+), 7 deletions(-)
>
More information about the Tarantool-patches
mailing list