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 EB61025007 for ; Wed, 28 Aug 2019 19:23:46 -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 C6LdE8zxdzJ2 for ; Wed, 28 Aug 2019 19:23:46 -0400 (EDT) Received: from smtp55.i.mail.ru (smtp55.i.mail.ru [217.69.128.35]) (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 49FA223CCF for ; Wed, 28 Aug 2019 19:23:46 -0400 (EDT) Date: Thu, 29 Aug 2019 02:23:38 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] log: fix segfault on _say without filename Message-ID: <20190828232338.qrgdhyrhfhpiamjx@tarantool.org> References: <1563383901-12794-1-git-send-email-mons@cpan.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1563383901-12794-1-git-send-email-mons@cpan.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: Mons Anderson Hello, On 17 июл 17:18, Mons Anderson wrote: > --- > src/say.c | 6 +++--- > test/box/misc.result | 13 +++++++++++++ > test/box/misc.test.lua | 8 ++++++++ > 3 files changed, 24 insertions(+), 3 deletions(-) I've checked your patch to missing relase branches. ALso I've committed missing testcase into all relase branches and master. -- Regards, Kirill Yukhin