From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] test: Remove NULL snprintf tests in cmdline unit test Date: Mon, 30 Jun 2014 13:34:45 +0200 Message-ID: <53B14B55.6060508@6wind.com> References: <1404125575-25691-1-git-send-email-pablox.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: Pablo de Lara , dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1404125575-25691-1-git-send-email-pablox.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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