From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] examples/ipsec-secgw: fix buffer not null terminated Date: Fri, 4 Nov 2016 14:18:36 +0000 Message-ID: <75d349bb-66ef-18c8-d8e1-116a334cd934@intel.com> References: <1478175163-229116-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Fan Zhang , dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9BC562BE3 for ; Fri, 4 Nov 2016 15:18:48 +0100 (CET) In-Reply-To: <1478175163-229116-1-git-send-email-roy.fan.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/3/2016 12:12 PM, Fan Zhang wrote: > Fixes: 0d547ed03717 ("examples/ipsec-secgw: support configuration file") > Coverity issue: 137854 > > Signed-off-by: Fan Zhang Acked-by: Ferruh Yigit Minor nit, for all coverity fixes, defined commit log format is: Coverity issue: xxxxx Fixes: ..... Basically two lines should be swapped, but I guess this can be fixed while applying instead of sending a new version for this.