From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 D75DE469711 for ; Sun, 24 May 2020 17:06:04 +0300 (MSK) References: <08e98cac-49e7-c3c0-616f-13818f6ccd2b@tarantool.org> <20200523181346.GA2714@atlas> From: Vladislav Shpilevoy Message-ID: Date: Sun, 24 May 2020 16:06:02 +0200 MIME-Version: 1.0 In-Reply-To: <20200523181346.GA2714@atlas> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH small 1/1] lsregion: fix slab_unmap() called on malloced slab List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Konstantin Osipov , Aleksandr Lyapunov , tarantool-patches@dev.tarantool.org, korablev@tarantool.org It is not pushed yet. On 23/05/2020 20:13, Konstantin Osipov wrote: > * Aleksandr Lyapunov [20/05/19 19:24]: >> Thank for the patch! nice catch, lgtm! > > Is this cherry-picked to 1.10?