From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E32F71C7DC; Mon, 14 May 2018 14:09:19 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6A71622194; Mon, 14 May 2018 08:09:19 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 May 2018 08:09:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=ptr/PHislEqTTi4gyuaLeop4FW UxZXe+DipcYBN1Kj4=; b=Btgjnk5CkjNZW56ONV6KtP+CS3r/FcyL6nGpYaE45L 4quFepoFHtKHSKOfncnDy4itoLhTx5HAHmot3g2EcqQ+vLKrpIHFH5+48meyJrXR j5ZkDuH9wWN3zL/XxkzUXCDUWFH8J4G6Bl2YKVp/5L4Ljy9tmmirVd+TH7r4fbsR o= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ptr/PH islEqTTi4gyuaLeop4FWUxZXe+DipcYBN1Kj4=; b=lqXk3vL22p3BwDX8iPyH82 rtYKKiKlI/HV22dnPTdIQTLUF78YXfaRtGv/UEwa4dcux8C0DG4rL8H5rD/kYotb 7miW5X79cyubKEEy6PK1XD8Ml4eQmbkM4fiW7SPO+jsLdJ2BtBtZAQkB8f8CDmzx QFZzl1IGvVGOP2n7Lp1NynkyaNFuMzEBpTl96C7YZP699QnN8KwKTUlGDumhJ8lC vQ5QMgO4Qu8IbcDxvc1A/vKUuZoGiAsmLV5vtmrWgynIiQ7z7tGTuQ2/1AY3rDok HMFgFXO/SPM4N3Dp+TXQP7PusqAJjaB6OZtB3X5S+4ocdoT1XrSOCrxzTjLvC6fg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 476E7E4443; Mon, 14 May 2018 08:09:18 -0400 (EDT) From: Thomas Monjalon To: "Rybalchenko, Kirill" Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "stable@dpdk.org" , "Nicolau, Radu" , "akhil.goyal@nxp.com" , "Zhang, Roy Fan" , "Pattan, Reshma" Date: Mon, 14 May 2018 14:09:17 +0200 Message-ID: <3107586.bSqZpO4yJD@xps> In-Reply-To: References: <1526292051-58151-1-git-send-email-kirill.rybalchenko@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix ip address parsing 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: Mon, 14 May 2018 12:09:20 -0000 > > In strlcpy function parameters there was no allowance for null terminator, so ip > > address was copied without last character. > > > > Fixes: ae943ebe1ed3 ("examples/ipsec-secgw: replace strncpy with strlcpy") > > > > Signed-off-by: Kirill Rybalchenko > > Acked-by: Pablo de Lara > > This is fixing a fix that is going into stable, so it needs to go too. > Thomas, could you add "Cc: stable@dpdk.org" when applying this? Applied, thanks