From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 827C3C55C for ; Sat, 25 Jun 2016 00:51:24 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP; 24 Jun 2016 15:51:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,523,1459839600"; d="scan'208";a="834811982" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 24 Jun 2016 15:51:21 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by irsmsx105.ger.corp.intel.com ([169.254.7.51]) with mapi id 14.03.0248.002; Fri, 24 Jun 2016 23:51:20 +0100 From: "Mcnamara, John" To: "Pattan, Reshma" , "dev@dpdk.org" CC: "Pattan, Reshma" Thread-Topic: [dpdk-dev] [PATCH v5 4/5] app/pdump: fix string overflow Thread-Index: AQHRzja3nA40mDEEeEWbc/toOKnaWp/5OV1w Date: Fri, 24 Jun 2016 22:51:19 +0000 Message-ID: References: <1466776473-30883-1-git-send-email-reshma.pattan@intel.com> <1466786183-3772-1-git-send-email-reshma.pattan@intel.com> <1466786183-3772-5-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1466786183-3772-5-git-send-email-reshma.pattan@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2VmMGE1MjMtMTVhZC00MzdiLWE1MWUtNDAyMWY5N2M2YWM0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlRmUzFYNUx3TE9JXC90NDRYYkV4RVJmN1wvMlhEMng2aDRCN1NIOG9xcTVabz0ifQ== 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 v5 4/5] app/pdump: fix string overflow X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2016 22:51:25 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Reshma Pattan > Sent: Friday, June 24, 2016 5:36 PM > To: dev@dpdk.org > Cc: Pattan, Reshma > Subject: [dpdk-dev] [PATCH v5 4/5] app/pdump: fix string overflow >=20 > replaced strncpy with snprintf for safely copying the strings. >=20 > Coverity issue 127351: string overflow >=20 > Fixes: caa7028276b8 ("app/pdump: add tool for packet capturing") >=20 > Signed-off-by: Reshma Pattan Acked-by: John McNamara