From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp14.mail.ru (smtp14.mail.ru [94.100.181.95]) (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 3186F469710 for ; Wed, 6 May 2020 16:12:05 +0300 (MSK) Date: Wed, 6 May 2020 13:12:04 +0000 From: Nikita Pettik Message-ID: <20200506131204.GA7218@tarantool.org> References: <1094177fe18b811b8b6f49f03e2ced30e798b95b.1587948306.git.korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v3 1/3] vinyl: init all vars before cleanup in vy_lsm_split_range() List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aleksandr Lyapunov Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org On 06 May 12:04, Aleksandr Lyapunov wrote: > Nice catch! Jumps over initialization must be prohibited. As C++ prohibits. > If everyone is okay with this patch, let's push it out of order.