From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (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 6370C469719 for ; Mon, 21 Sep 2020 10:03:42 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id b19so10140411lji.11 for ; Mon, 21 Sep 2020 00:03:42 -0700 (PDT) Date: Mon, 21 Sep 2020 10:03:39 +0300 From: Cyrill Gorcunov Message-ID: <20200921070339.GC28461@grain> References: <20200921052624.9714-1-skaplun@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200921052624.9714-1-skaplun@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] cppcheck: src/httpc.c missed va_end() macro List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Kaplun Cc: tarantool-patches@dev.tarantool.org On Mon, Sep 21, 2020 at 08:26:24AM +0300, Sergey Kaplun wrote: > Found and fixed not closed va_list 'ap' with cppcheck: > > [src/httpc.c:190]: (error) va_list 'ap' was opened but not closed by va_end(). Acked-by: Cyrill Gorcunov