From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2CDCF3421 for ; Mon, 12 Nov 2018 17:44:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2018 08:43:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,495,1534834800"; d="scan'208";a="279175727" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga005.fm.intel.com with ESMTP; 12 Nov 2018 08:43:58 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.101]) by IRSMSX154.ger.corp.intel.com ([169.254.12.166]) with mapi id 14.03.0415.000; Mon, 12 Nov 2018 16:43:57 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] examples/ip_pipeline: fix null pointer deref Thread-Index: AQHUeEcJxSn7xrEABEO5s3z8zW2asaVMXTlw Date: Mon, 12 Nov 2018 16:43:57 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7FBD34@IRSMSX108.ger.corp.intel.com> References: <20181109161225.91417-1-jasvinder.singh@intel.com> In-Reply-To: <20181109161225.91417-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDRiOWFkYzMtNTkwNi00NzczLTlhMWQtZTVhNTI2ZjkzYzQwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTEtVRFFnZWgyVjg1RHhSUHNpUk0xc0xIMTFPNk8rMlVrRzdzNzJJZEF3WDlZb1hQbUVLUjRDT2xSU1wvdm5HOUoifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix null pointer deref X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2018 16:44:00 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Friday, November 9, 2018 4:12 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: fix null pointer deref >=20 > Fixes null pointer dereference issue raised by coverity. >=20 > Coverity issue: 325728, 325729, 325731, 325738 > Fixes: 27b333b23237 ("examples/ip_pipeline: track table rules on add bulk= ") >=20 > Signed-off-by: Jasvinder Singh > --- > examples/ip_pipeline/cli.c | 28 +++++++++++++++++----------- > 1 file changed, 17 insertions(+), 11 deletions(-) >=20 Acked-by: Cristian Dumitrescu Applied to next-pipeline tree, thanks!