From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH v3] testpmd: fix crash when mempool allocation fails Date: Fri, 23 Sep 2016 20:17:52 +0200 Message-ID: <4608414.LtZnEPMuNn@xps13> References: <1473408985-13131-1-git-send-email-olivier.matz@6wind.com> <1473414128-10996-1-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, "De Lara Guarch, Pablo" , dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id D82BD231C for ; Fri, 23 Sep 2016 20:17:59 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id l132so44113877wmf.1 for ; Fri, 23 Sep 2016 11:17:59 -0700 (PDT) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Avoid access to mempool pointer if it is NULL. > > > > Fixes: b19a0c75a0d4 ("app/testpmd: remove anonymous mempool code") > > Coverity issue: 127553 > > > > Signed-off-by: Olivier Matz > > Acked-by: Pablo de Lara Applied, thanks