From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 9AF88235 for ; Wed, 20 Sep 2017 02:52:35 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 19 Sep 2017 17:52:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,419,1500966000"; d="scan'208";a="1016402356" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 19 Sep 2017 17:52:34 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 19 Sep 2017 17:52:33 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 19 Sep 2017 17:52:33 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.98]) with mapi id 14.03.0319.002; Wed, 20 Sep 2017 08:52:31 +0800 From: "Tan, Jianfeng" To: "Basierski, SebastianX" , "skhare@vmware.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH] pmd_virtio: Buffer not null terminated Thread-Index: AQHTMT0Quj6f3dlLDkis82SqqE7AqKK88aXQ Date: Wed, 20 Sep 2017 00:52:31 +0000 Message-ID: References: <1505821264-33518-1-git-send-email-sebastianx.basierski@intel.com> In-Reply-To: <1505821264-33518-1-git-send-email-sebastianx.basierski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] pmd_virtio: 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: Wed, 20 Sep 2017 00:52:36 -0000 > -----Original Message----- > From: Basierski, SebastianX > Sent: Tuesday, September 19, 2017 7:41 PM > To: skhare@vmware.com > Cc: Basierski, SebastianX; Tan, Jianfeng; dev@dpdk.org > Subject: [PATCH] pmd_virtio: Buffer not null terminated >=20 > Fix calling strncpy with the a maximum size equal of destination > array size. >=20 > Coverity issue: 140732 >=20 > Fixes: e3b434818bbb ("net/virtio-user: support kernel vhost") > Cc: jianfeng.tan@intel.com > cc: dev@dpdk.org You want to Cc stable@dpdk.org? >=20 > Signed-off-by: SebastianX Basierski Besides the above nit, Acked-by: Jianfeng Tan