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 42FC3FAF1 for ; Thu, 9 Feb 2017 23:41:51 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 09 Feb 2017 14:41:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,138,1484035200"; d="scan'208";a="1092922491" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 09 Feb 2017 14:41:46 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx105.ger.corp.intel.com ([169.254.7.38]) with mapi id 14.03.0248.002; Thu, 9 Feb 2017 22:41:45 +0000 From: "De Lara Guarch, Pablo" To: "Gajewski, AleksanderX" , "Doherty, Declan" CC: "dev@dpdk.org" , "Gajewski, AleksanderX" Thread-Topic: [dpdk-dev] [PATCH] app/test-crypto-perf: fix buffer not null terminated Thread-Index: AQHSgSNJsX+/YTrQPka+obZY9lKp6qFhSBMw Date: Thu, 9 Feb 2017 22:41:44 +0000 Message-ID: References: <1486459218-11455-1-git-send-email-aleksanderx.gajewski@intel.com> In-Reply-To: <1486459218-11455-1-git-send-email-aleksanderx.gajewski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWQ2NzkyNTYtMTljNy00OTk0LWE3N2UtNDQ1YzA2M2I5MjczIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZVRTZFSW1WUGZHa2hHQ2FxVTJkbERrSzRIeVJwM0ZuYXdRUGw5NUNMXC84PSJ9 x-ctpclassification: CTP_IC 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] app/test-crypto-perf: fix buffer not null terminated 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: Thu, 09 Feb 2017 22:41:51 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Aleksander > Gajewski > Sent: Tuesday, February 07, 2017 9:20 AM > To: Doherty, Declan > Cc: dev@dpdk.org; Gajewski, AleksanderX > Subject: [dpdk-dev] [PATCH] app/test-crypto-perf: fix buffer not null > terminated >=20 > Fix problem: the string buffer may not have a null terminator if > the source string's length is equal to the buffer size. >=20 > Coverity issue: 141069 > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > application") >=20 > Signed-off-by: Aleksander Gajewski Acked-by: Pablo de Lara