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 B62DD234CB for ; Mon, 29 Jul 2019 06:59:34 -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 nP2yyCmZzhwu for ; Mon, 29 Jul 2019 06:59:34 -0400 (EDT) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 E7CD2230DB for ; Mon, 29 Jul 2019 06:59:33 -0400 (EDT) Date: Mon, 29 Jul 2019 13:59:25 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] httpc: fix bug with segfault by wrong headers Message-ID: <20190729105925.anvhupxae6zi2u2y@tarantool.org> References: <20190616152409.18534-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190616152409.18534-1-roman.habibov@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: alexander.turenko@tarantool.org 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. -- Regards, Kirill Yukhin