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 AF3FD27C0B for ; Thu, 19 Jul 2018 11:16:11 -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 9i-Bj_Lfebk5 for ; Thu, 19 Jul 2018 11:16:11 -0400 (EDT) Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (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 6DAA227971 for ; Thu, 19 Jul 2018 11:16:11 -0400 (EDT) Date: Thu, 19 Jul 2018 18:16:09 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] say: fix invalid arguments Message-ID: <20180719151609.ylk65h52l2ox3pe5@tarantool.org> References: <8d5df1d2ee0c00af6d40673cd9aca30f3d4d6690.1531923866.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8d5df1d2ee0c00af6d40673cd9aca30f3d4d6690.1531923866.git.kshcherbatov@tarantool.org> 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: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Kirill Shcherbatov Hello, On 18 июл 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 I've checked the patch into 1.9 branch.