From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id AB2C0292D for ; Tue, 16 May 2017 18:37:10 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 16 May 2017 09:37:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,349,1491289200"; d="scan'208";a="88043563" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 16 May 2017 09:37:08 -0700 To: John Miller , dev@dpdk.org Cc: ed.czeck@atomicrules.com, shepard.siegel@atomicrules.com References: <1494951258-11232-1-git-send-email-john.miller@atomicrules.com> From: Ferruh Yigit Message-ID: <40253da3-0b35-7414-a33e-639637f6d4e1@intel.com> Date: Tue, 16 May 2017 17:37:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1494951258-11232-1-git-send-email-john.miller@atomicrules.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/4] net/ark: fix for 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: Tue, 16 May 2017 16:37:11 -0000 On 5/16/2017 5:14 PM, John Miller wrote: > Coverity issue: 144512 > Coverity issue: 144513 > Fixes: 9c7188a68d7b ("net/ark: provide API for hardware modules pktchkr and pktgen") > > Signed-off-by: John Miller Series applied to dpdk-next-net/master, thanks.