From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (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 0EA2C46970E for ; Wed, 15 Jan 2020 00:21:12 +0300 (MSK) Received: by mail-lf1-f66.google.com with SMTP id y19so10985970lfl.9 for ; Tue, 14 Jan 2020 13:21:12 -0800 (PST) Date: Wed, 15 Jan 2020 00:21:10 +0300 From: Cyrill Gorcunov Message-ID: <20200114212110.GK31598@uranus> References: <20191129213905.36097-1-maria.khaydich@tarantool.org> <1575631765.615916554@f415.i.mail.ru> <20200114173011.GI31598@uranus> <20200114202455.GE7851@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200114202455.GE7851@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] Memtx_tuple_delete used heap after free List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikita Pettik Cc: tarantool-patches@dev.tarantool.org On Tue, Jan 14, 2020 at 11:24:55PM +0300, Nikita Pettik wrote: > > > --- > > > Issue: > > > https://github.com/tarantool/tarantool/issues/4658 > > > Branch: > > > https://github.com/tarantool/tarantool/compare/eljashm/gh-4658-heap-use-after-free > > Acked-by: Cyrill Gorcunov > > Changed commit message to "Fix use-after-free in memtx_tuple_delete()" > and pushed to master. Thanks. Thanks! And don;t forget to prune the branch once it merged/cherry-picked.