From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] Fixes for issues highlighted by static analysis scan Date: Wed, 17 Dec 2014 00:53:06 +0100 Message-ID: <11923069.gkZLHoKe3r@xps13> References: <1418742233-16776-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <1418742233-16776-1-git-send-email-bruce.richardson-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" > This patch set fixes 5 issues found during a static analysis scan of the latest > DPDK code. These fixes are for possible NULL pointer references and array > overflow/underflow. > > Bruce Richardson (5): > test: after NULL check, don't free the NULL pointer > test: check for mbuf alloc failure > examples: set correct limit for length of unix socket path > examples: fix check for null before de-reference > cfgfile: prevent error when reading an empty file Applied Thanks -- Thomas