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 87A1E24F52 for ; Mon, 29 Jul 2019 10:24:32 -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 a5cH_haiMRax for ; Mon, 29 Jul 2019 10:24:32 -0400 (EDT) Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 CE05F24F4F for ; Mon, 29 Jul 2019 10:24:31 -0400 (EDT) Date: Mon, 29 Jul 2019 17:24:29 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] httpc: fix bug with segfault by wrong headers Message-ID: <20190729142429.dfuw4vskwnhhejgy@tarantool.org> References: <20190616152409.18534-1-roman.habibov@tarantool.org> <20190729105925.anvhupxae6zi2u2y@tarantool.org> <20190729122534.kml4nc6ripl7i4cj@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190729122534.kml4nc6ripl7i4cj@tkn_work_nb> 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: Alexander Turenko Cc: tarantool-patches@freelists.org, Roman Khabibov On 29 Jul 15:25, Alexander Turenko wrote: > On Mon, Jul 29, 2019 at 01:59:25PM +0300, Kirill Yukhin wrote: > > Hello, > > > > On 16 Jun 18:24, Roman Khabibov wrote: > > > There wasn't lua_istable() checking for field 'headers'. > > > > > > Closes #4281 > > > --- > > > > > > Branch: https://github.com/tarantool/tarantool/compare/romanhabibov/gh-4281-header > > > Issue: https://github.com/tarantool/tarantool/issues/4281 > > > > I've checked your patch into master. > > https://github.com/tarantool/tarantool/issues/3679 was pushed to 2.1 and > 1.10 too (85e1d78bc6605ab189b4253867a5f72ebf356f4a, > 328ec3655021fb3eaf0441998f60d6c2630f1008). > https://github.com/tarantool/tarantool/issues/4281 is the bug according > to labels and we backport bugfixes backward as I understand our process. > > I think this fix should be backported to 2.1 and 1.10. Done. -- Regards, Kirill Yukhin