From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (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 A42D2445320 for ; Fri, 17 Jul 2020 14:28:57 +0300 (MSK) Date: Fri, 17 Jul 2020 14:28:10 +0300 From: Alexander Turenko Message-ID: <20200717112810.zfosu32k76xaw7ty@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 0/3] Merger's NULL defererence List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy , Igor Munkin Cc: Yukhin Kirill , tarantool-patches@dev.tarantool.org > Changelog entry > --------------- > > @ChangeLog > > - merger: fix NULL pointer dereference when merger is called via the > binary protocol (say, via net.box) (gh-4954) > > Links > ----- > > https://github.com/tarantool/tarantool/issues/4954 > Totktonada/gh-4954-fix-merger-segfault-full-ci Made all suggested review fixes (or discussed where I disagree). Thank you, Vlad and Igor! Pushed to master. Pushed to 2.4. Removed box-tap/gh-4954-merger-via-c.test.lua from the 2nd commit, because it depends on exposing all symbols from the executable (#2971). Pushed to 2.3. Applied the same changes as for 2.4. Updated all relevant release notes with the changelog entry. Removed the Totktonada/gh-4954-fix-merger-segfault-full-ci branch. WBR, Alexander Turenko.