From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id CFBA627B45 for ; Thu, 19 Jul 2018 07:33:33 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o1esdcy1wWXV for ; Thu, 19 Jul 2018 07:33:33 -0400 (EDT) Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 3484F27B41 for ; Thu, 19 Jul 2018 07:33:33 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v1 1/1] say: fix invalid arguments References: <8d5df1d2ee0c00af6d40673cd9aca30f3d4d6690.1531923866.git.kshcherbatov@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Thu, 19 Jul 2018 14:33:30 +0300 MIME-Version: 1.0 In-Reply-To: <8d5df1d2ee0c00af6d40673cd9aca30f3d4d6690.1531923866.git.kshcherbatov@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Kirill Shcherbatov , tarantool-patches@freelists.org Thanks for the patch! LGTM. On 18/07/2018 17:26, Kirill Shcherbatov wrote: > _say function was called with invalid arguments. > Thank @sorc1 for patch. > > Closes #3433. > --- > Branch: http://github.com/tarantool/tarantool/tree/kshch/gh-3433-c-say-fix > Issue: https://github.com/tarantool/tarantool/issues/3433 > > src/say.h | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) >