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 5B28228E6A for ; Fri, 3 Aug 2018 08:50: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 12Lh6gCPXybN for ; Fri, 3 Aug 2018 08:50:32 -0400 (EDT) Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 0F7A728E68 for ; Fri, 3 Aug 2018 08:50:31 -0400 (EDT) Date: Fri, 3 Aug 2018 15:50:29 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Fix csv crash with ending space and empty field Message-ID: <20180803125029.gzhosjvpjjyipz3w@tarantool.org> References: <68bfc349fad91265a56eb1c024a69f2ead030338.1531910937.git.alexander.turenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <68bfc349fad91265a56eb1c024a69f2ead030338.1531910937.git.alexander.turenko@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: Vladislav Shpilevoy , Alexander Turenko Hello, On 18 июл 13:51, Alexander Turenko wrote: > Fixes #3489. > --- > branch: Totktonada/gh-3489-fix-csv-crash > travis-ci: https://travis-ci.org/tarantool/tarantool/builds/405298528 Please in future mention link to the issue as well. I've checked your patch into 1.9 branch. -- Regards, Kirill Yukhin