From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (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 328B346970E for ; Mon, 27 Jan 2020 19:19:24 +0300 (MSK) Received: by mail-lj1-f195.google.com with SMTP id v17so11349810ljg.4 for ; Mon, 27 Jan 2020 08:19:24 -0800 (PST) Date: Mon, 27 Jan 2020 19:19:21 +0300 From: Cyrill Gorcunov Message-ID: <20200127161921.GB1852@uranus> References: <20200126223023.10197-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200126223023.10197-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH 0/3] 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 Mon, Jan 27, 2020 at 01:30:20AM +0300, Cyrill Gorcunov wrote: > The series is on top of master branch and sits in > gorcunov/gh-4730-diag-raise-master-4 > > Cyrill Gorcunov (3): > box/request: add missing OutOfMemory diag_set > box/applier: add missing diag_set on region_alloc failure > box/applier: fix nil dereference in applier rollback Ignore this serie please, I'll resend a new one once I finish with test...