From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH] examples/ipsec-secgw: fix ip address parsing Date: Mon, 14 May 2018 11:25:44 +0000 Message-ID: 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: quoted-printable Cc: "stable@dpdk.org" , "Nicolau, Radu" , "akhil.goyal@nxp.com" , "Zhang, Roy Fan" , "Pattan, Reshma" , "thomas@monjalon.net" To: "Rybalchenko, Kirill" , "dev@dpdk.org" Return-path: In-Reply-To: <1526292051-58151-1-git-send-email-kirill.rybalchenko@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Rybalchenko, Kirill > Sent: Monday, May 14, 2018 11:01 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Rybalchenko, Kirill ; > Nicolau, Radu ; akhil.goyal@nxp.com; Zhang, Roy F= an > ; Pattan, Reshma ; De > Lara Guarch, Pablo > Subject: [PATCH] examples/ipsec-secgw: fix ip address parsing >=20 > In strlcpy function parameters there was no allowance for null terminator= , so ip > address was copied without last character. >=20 > Fixes: ae943ebe1ed3 ("examples/ipsec-secgw: replace strncpy with strlcpy"= ) >=20 > 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? Thanks, Pablo