From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 51B994696C3 for ; Sat, 11 Apr 2020 15:33:59 +0300 (MSK) From: Serge Petrenko Date: Sat, 11 Apr 2020 15:33:43 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] fix replication/anon test segfaut List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sergeyb@tarantool.org, gorcunov@gmail.com Cc: tarantool-patches@dev.tarantool.org https://github.com/tarantool/tarantool/issues/4731 https://github.com/tarantool/tarantool/tree/sp/gh-4731-anon-segfault-full-ci @ChangeLog - fix segmentation fault on master side when one of the replicas transitions from anonymous to normal (gh-4731) Serge Petrenko (2): trigger: add trigger_is_set() method relay: fix segfault on replica transition from anonymous src/box/relay.cc | 16 +++++++++++----- src/lib/core/trigger.h | 6 ++++++ 2 files changed, 17 insertions(+), 5 deletions(-) -- 2.21.1 (Apple Git-122.3)