From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id CD843239; Mon, 29 Oct 2018 17:12:12 +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 fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Oct 2018 09:12:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,440,1534834800"; d="scan'208";a="101643414" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga004.fm.intel.com with ESMTP; 29 Oct 2018 09:12:11 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.13]) by IRSMSX104.ger.corp.intel.com ([169.254.5.131]) with mapi id 14.03.0415.000; Mon, 29 Oct 2018 16:12:09 +0000 From: "Van Haaren, Harry" To: "Yigit, Ferruh" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH 2/3] service: fix possible NULL access Thread-Index: AQHUblJywtDhLGeex0yApkfqkk9+Q6U2Y43Q Date: Mon, 29 Oct 2018 16:12:08 +0000 Message-ID: References: <20181028010846.81730-1-ferruh.yigit@intel.com> <20181028010846.81730-2-ferruh.yigit@intel.com> In-Reply-To: <20181028010846.81730-2-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWZmYjczYzItM2MxNi00MDBmLWFiMGQtN2I4ODk1M2ZjMzQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicWNqeEhSZ2hYRlBneGNWSTBoR0tkN25qZVo0bDFyMk1vNWxmNytlSnQ0R0RvdWFsNHRPdVVwY1JtaytDZkVjZCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/3] service: fix possible NULL access 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, 29 Oct 2018 16:12:13 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Saturday, October 27, 2018 6:09 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org; Yigit, Ferruh ; stable@dpdk.org > Subject: [PATCH 2/3] service: fix possible NULL access >=20 > Fixes: 21698354c832 ("service: introduce service cores concept") > Cc: stable@dpdk.org >=20 > Signed-off-by: Ferruh Yigit > --- Acked-by: Harry van Haaren