From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id E878330D for ; Mon, 30 Jun 2014 13:33:07 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1X1Zrs-0005qp-Ul; Mon, 30 Jun 2014 13:35:31 +0200 Message-ID: <53B14B55.6060508@6wind.com> Date: Mon, 30 Jun 2014 13:34:45 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0 MIME-Version: 1.0 To: Pablo de Lara , dev@dpdk.org References: <1404125575-25691-1-git-send-email-pablox.de.lara.guarch@intel.com> In-Reply-To: <1404125575-25691-1-git-send-email-pablox.de.lara.guarch@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] test: Remove NULL snprintf tests in cmdline unit test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 11:33:08 -0000 Hello Pablo, On 06/30/2014 12:52 PM, Pablo de Lara wrote: > From: Pablo de Lara > > Cmdline unit test calls several functions that use snprintf, > with NULL pointer as the destination buffer. This patch > eliminates these NULL pointer tests. > > Signed-off-by: Pablo de Lara Acked-by: Olivier Matz