From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ipsec-secgw: fix buffer not null terminated Date: Mon, 07 Nov 2016 00:38:39 +0100 Message-ID: <3297109.5CUIIeUF3l@xps13> References: <1478175163-229116-1-git-send-email-roy.fan.zhang@intel.com> <75d349bb-66ef-18c8-d8e1-116a334cd934@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Fan Zhang Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id CAA4A5582 for ; Mon, 7 Nov 2016 00:38:41 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id a197so151308287wmd.0 for ; Sun, 06 Nov 2016 15:38:41 -0800 (PST) In-Reply-To: <75d349bb-66ef-18c8-d8e1-116a334cd934@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" 2016-11-04 14:18, Ferruh Yigit: > 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. Applied, thanks