From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 04906469719 for ; Fri, 14 Feb 2020 17:12:14 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id y6so10917310lji.0 for ; Fri, 14 Feb 2020 06:12:14 -0800 (PST) Date: Fri, 14 Feb 2020 17:12:11 +0300 From: Cyrill Gorcunov Message-ID: <20200214141211.GX21061@uranus> References: <20200214140339.4085-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200214140339.4085-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v10 0/4] box/replication: add missing diag set and fix sigsegv List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml On Fri, Feb 14, 2020 at 05:03:35PM +0300, Cyrill Gorcunov wrote: > In v10 I tried to sanitize code a bit. Still there are few problems we will > need (well, I'll need) to solve: https://github.com/tarantool/tarantool/issues/4730 https://github.com/tarantool/tarantool/tree/gorcunov/gh-4730-diag-raise-master-10