From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) (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 3DF3146970E for ; Fri, 17 Jan 2020 16:29:35 +0300 (MSK) Received: by mail-lj1-f171.google.com with SMTP id y4so26470289ljj.9 for ; Fri, 17 Jan 2020 05:29:35 -0800 (PST) From: Cyrill Gorcunov Date: Fri, 17 Jan 2020 16:29:27 +0300 Message-Id: <20200117132929.11235-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] origin/2.2: add missing diag_set calls on error paths List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Might be related to https://github.com/tarantool/tarantool/issues/4730 The series is on top of origin/2.2 Cyrill Gorcunov (2): box/request: add missing OutOfMemory diag_set box/applier: add missing diag_set on region_alloc failure src/box/applier.cc | 5 ++++- src/box/request.c | 8 ++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) -- 2.20.1