From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f43.google.com (mail-lf1-f43.google.com [209.85.167.43]) (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 A8D8C46970E for ; Mon, 27 Jan 2020 01:30:26 +0300 (MSK) Received: by mail-lf1-f43.google.com with SMTP id m30so4909619lfp.8 for ; Sun, 26 Jan 2020 14:30:26 -0800 (PST) From: Cyrill Gorcunov Date: Mon, 27 Jan 2020 01:30:20 +0300 Message-Id: <20200126223023.10197-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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 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 src/box/applier.cc | 31 ++++++++++++++++++++++++++----- src/box/request.c | 8 ++++++-- 2 files changed, 32 insertions(+), 7 deletions(-) -- 2.20.1