From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pablo.de.lara.guarch@intel.com> Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7D2D8A495; Mon, 14 May 2018 13:25:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2018 04:25:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,399,1520924400"; d="scan'208";a="199179105" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga004.jf.intel.com with ESMTP; 14 May 2018 04:25:45 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by irsmsx105.ger.corp.intel.com ([169.254.7.214]) with mapi id 14.03.0319.002; Mon, 14 May 2018 12:25:44 +0100 From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com> To: "Rybalchenko, Kirill" <kirill.rybalchenko@intel.com>, "dev@dpdk.org" <dev@dpdk.org> CC: "stable@dpdk.org" <stable@dpdk.org>, "Nicolau, Radu" <radu.nicolau@intel.com>, "akhil.goyal@nxp.com" <akhil.goyal@nxp.com>, "Zhang, Roy Fan" <roy.fan.zhang@intel.com>, "Pattan, Reshma" <reshma.pattan@intel.com>, "thomas@monjalon.net" <thomas@monjalon.net> Thread-Topic: [PATCH] examples/ipsec-secgw: fix ip address parsing Thread-Index: AQHT62qEyaG1v9EAh0OLB7q0QeOqhaQvA9cg Date: Mon, 14 May 2018 11:25:44 +0000 Message-ID: <E115CCD9D858EF4F90C690B0DCB4D8976CD0A7DC@IRSMSX108.ger.corp.intel.com> References: <1526292051-58151-1-git-send-email-kirill.rybalchenko@intel.com> In-Reply-To: <1526292051-58151-1-git-send-email-kirill.rybalchenko@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODViY2NjZGMtYWUwYi00NDg3LWJhMDgtNWRmMTM4YTQ2OWEzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdKZHoyXC9adCt3dTJrUEdCc2p2akluRFp6d3V1YXpjZjVYclV3Y1JYaUU4PSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] examples/ipsec-secgw: fix ip address parsing X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches <stable.dpdk.org> List-Unsubscribe: <https://dpdk.org/ml/options/stable>, <mailto:stable-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/stable/> List-Post: <mailto:stable@dpdk.org> List-Help: <mailto:stable-request@dpdk.org?subject=help> List-Subscribe: <https://dpdk.org/ml/listinfo/stable>, <mailto:stable-request@dpdk.org?subject=subscribe> X-List-Received-Date: Mon, 14 May 2018 11:25:49 -0000 > -----Original Message----- > From: Rybalchenko, Kirill > Sent: Monday, May 14, 2018 11:01 AM > To: dev@dpdk.org > Cc: stable@dpdk.org; Rybalchenko, Kirill <kirill.rybalchenko@intel.com>; > Nicolau, Radu <radu.nicolau@intel.com>; akhil.goyal@nxp.com; Zhang, Roy F= an > <roy.fan.zhang@intel.com>; Pattan, Reshma <reshma.pattan@intel.com>; De > Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com> > 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 <kirill.rybalchenko@intel.com> Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com> 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