From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C01E63253; Tue, 18 Jul 2017 16:20:43 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jul 2017 07:20:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,378,1496127600"; d="scan'208";a="1173935127" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 18 Jul 2017 07:20:41 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 18 Jul 2017 15:20:40 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX156.ger.corp.intel.com ([10.108.20.68]) with mapi id 14.03.0319.002; Tue, 18 Jul 2017 15:20:40 +0100 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "Doherty, Declan" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/scheduler: fix buffer not null terminated Thread-Index: AQHS/6n4XXx2T1wd8UmDdZg1sBJuHKJZoqNg Date: Tue, 18 Jul 2017 14:20:40 +0000 Message-ID: References: <20170718014115.87658-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170718014115.87658-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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-stable] [PATCH] crypto/scheduler: fix buffer not null terminated X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 14:20:44 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 18, 2017 2:41 AM > To: Zhang, Roy Fan ; Doherty, Declan > > Cc: dev@dpdk.org; De Lara Guarch, Pablo > ; stable@dpdk.org > Subject: [PATCH] crypto/scheduler: fix buffer not null terminated >=20 > Coverity issue: 143431 > Fixes: 31439ee72b2c ("crypto/scheduler: add API implementations") > Cc: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo