From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (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 3AB07469719 for ; Fri, 28 Feb 2020 11:52:27 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id e18so2404998ljn.12 for ; Fri, 28 Feb 2020 00:52:27 -0800 (PST) Date: Fri, 28 Feb 2020 11:52:24 +0300 From: Cyrill Gorcunov Message-ID: <20200228085224.GH2464@uranus> References: <20200228074009.32669-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200228074009.32669-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH] test: unit/popen -- fix potential uninitialized access List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml On Fri, Feb 28, 2020 at 10:40:09AM +0300, Cyrill Gorcunov wrote: > If handle allocation failed we may access unitialized > variable. Not a big deal in this particular case but > better to be on safe side and make compilers happy. > > Signed-off-by: Cyrill Gorcunov Drop it.