From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 11482493D for ; Fri, 9 Nov 2018 17:58:19 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Nov 2018 08:58:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,483,1534834800"; d="scan'208";a="104910790" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga004.fm.intel.com with ESMTP; 09 Nov 2018 08:58:18 -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; Fri, 9 Nov 2018 16:58:17 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] examples/ip_pipeline: fix null pointer deref Thread-Index: AQHUeEcJxSn7xrEABEO5s3z8zW2asaVHqh/g Date: Fri, 9 Nov 2018 16:58:17 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7FB246@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYmUyNGE5MDEtNWFhMy00NGFmLTg3MmUtMWE2YWU3MDdhNTI1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiY0d3UW1cL1hUZ1FsZlIzRGxUak5zV2lFU3hKU0dxOE5HYkZDVjJPcTdGYlY0S3NWK3NhcWRQZDFBSHBBUGR4VW0ifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.182] 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: Fri, 09 Nov 2018 16:58:20 -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