From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ipsec-secgw: fix ip address parsing Date: Mon, 14 May 2018 14:09:17 +0200 Message-ID: <3107586.bSqZpO4yJD@xps> References: <1526292051-58151-1-git-send-email-kirill.rybalchenko@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" , "stable@dpdk.org" , "Nicolau, Radu" , "akhil.goyal@nxp.com" , "Zhang, Roy Fan" , "Pattan, Reshma" To: "Rybalchenko, Kirill" Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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